Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Mar 11, 2023
1 parent cdf2b29 commit 877836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outscale/data_source_outscale_security_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func testAccDataSourceOutscaleOAPISecurityGroupConfig(rInt int) string {
#data "outscale_security_group" "by_filter" {
# filter {
# name = "security_group_names"
# values = ["${outscale_security_group.test.security_group_name}"]
# values = [outscale_security_group.test.security_group_name]
# }
#}`, rInt, rInt)
}
Expand Down

0 comments on commit 877836b

Please sign in to comment.