We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a16944 + b9cab56 commit 5643832Copy full SHA for 5643832
1 file changed
infra/modules/cloudfront_waf_protection/waf.tf
@@ -378,13 +378,6 @@ resource "aws_wafv2_web_acl" "this" {
378
managed_rule_group_statement {
379
name = "AWSManagedRulesCommonRuleSet"
380
vendor_name = "AWS"
381
-
382
- rule_action_override {
383
- name = "SizeRestrictions_BODY"
384
- action_to_use {
385
- count {} # Switch to count action, to check for false positives after applying new bypass rules
386
- }
387
388
}
389
390
0 commit comments