|
@@ -16,6 +16,10 @@ module "waf" {
|
|
|
"SQLi_BODY"
|
|
|
]
|
|
|
|
|
|
+ excluded_rules_AWSManagedRulesUnixRuleSet = [
|
|
|
+ "UNIXShellCommandsVariables_BODY"
|
|
|
+ ]
|
|
|
+
|
|
|
# These are passed through and should be the same for module
|
|
|
tags = merge(var.standard_tags, var.tags)
|
|
|
aws_partition = var.aws_partition
|