Skip to content

Commit

Permalink
r/aws_wafv2_web_acl: fmt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Jan 3, 2023
1 parent 54974c1 commit 42f818e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions internal/service/wafv2/web_acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2965,13 +2965,12 @@ resource "aws_wafv2_web_acl" "test" {
vendor_name = "AWS"
managed_rule_group_config {
login_path = "/app-login"
password_field = "/app-password"
payload_type = "JSON"
username_field = "/app-username"
login_path = "/app-login"
password_field = "/app-password"
payload_type = "JSON"
username_field = "/app-username"
}
}
}
visibility_config {
Expand Down

0 comments on commit 42f818e

Please sign in to comment.