|
@@ -21,6 +21,11 @@ module "waf" {
|
|
|
"UNIXShellCommandsVariables_BODY"
|
|
|
]
|
|
|
|
|
|
+ excluded_rules_AWSManagedRulesCommonRuleSet = [
|
|
|
+ "SizeRestrictions_BODY",
|
|
|
+ "CrossSiteScripting_BODY"
|
|
|
+ ]
|
|
|
+
|
|
|
# These are passed through and should be the same for module
|
|
|
tags = merge(var.standard_tags, var.tags)
|
|
|
aws_partition = var.aws_partition
|