Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbourgois committed Feb 4, 2020
1 parent 880eb04 commit 602aeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaleway/resource_instance_security_group_rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ func TestAccScalewayInstanceSecurityGroupRules(t *testing.T) {
}
}
`,
ResourceName: "scaleway_instance_security_group_rules.sgrs01",
ImportState: true,
ResourceName: "scaleway_instance_security_group_rules.sgrs01",
ImportState: true,
// Necessary because of security_group_id.ForceNew == true.
ImportStateVerify: false,
// Necessary because of security_group_id.ForceNew == true.
Expand Down

0 comments on commit 602aeac

Please sign in to comment.