Skip to content

Commit 42f818e

Browse files
committed
r/aws_wafv2_web_acl: fmt tests
1 parent 54974c1 commit 42f818e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

internal/service/wafv2/web_acl_test.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,13 +2965,12 @@ resource "aws_wafv2_web_acl" "test" {
29652965
vendor_name = "AWS"
29662966
29672967
managed_rule_group_config {
2968-
login_path = "/app-login"
2969-
password_field = "/app-password"
2970-
payload_type = "JSON"
2971-
username_field = "/app-username"
2968+
login_path = "/app-login"
2969+
password_field = "/app-password"
2970+
payload_type = "JSON"
2971+
username_field = "/app-username"
29722972
}
29732973
}
2974-
29752974
}
29762975
29772976
visibility_config {

0 commit comments

Comments
 (0)