We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54974c1 commit 42f818eCopy full SHA for 42f818e
internal/service/wafv2/web_acl_test.go
@@ -2965,13 +2965,12 @@ resource "aws_wafv2_web_acl" "test" {
2965
vendor_name = "AWS"
2966
2967
managed_rule_group_config {
2968
- login_path = "/app-login"
2969
- password_field = "/app-password"
2970
- payload_type = "JSON"
2971
- username_field = "/app-username"
+ login_path = "/app-login"
+ password_field = "/app-password"
+ payload_type = "JSON"
+ username_field = "/app-username"
2972
}
2973
2974
-
2975
2976
2977
visibility_config {
0 commit comments