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 0736561 commit 67c7fecCopy full SHA for 67c7fec
infrastructure/modules/firewall_waf_v2/local.tf
@@ -7,7 +7,7 @@ locals {
7
name = "AWSCoreRuleSet"
8
managed_rule_name = "AWSManagedRulesCommonRuleSet"
9
cloudwatch_metrics_name = "AWS-core-ruleset"
10
- excluded_rules = var.api ? ["SizeRestrictions_BODY"] : []
+ excluded_rules = ["SizeRestrictions_BODY"]
11
bypass = ["Yes"]
12
},
13
{
0 commit comments