Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ad869 committed Mar 17, 2021
1 parent 7fcd201 commit f4c6e50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ resource "aws_wafv2_web_acl" "acl" {
managed_rule_group_statement {
name = "AWSManagedRulesCommonRuleSet"
vendor_name = "AWS"

excluded_rule {
name = "SizeRestrictions_QUERYSTRING"
}

excluded_rule {
name = "SizeRestrictions_BODY"
}
}
}

Expand Down

0 comments on commit f4c6e50

Please sign in to comment.