|
@@ -12,6 +12,10 @@ module "waf" {
|
|
|
# keys(module.public_dns_record_cust-auth-elb.forward),
|
|
|
)
|
|
|
|
|
|
+ excluded_rules_AWSManagedRulesCommonRuleSet = [
|
|
|
+ "SizeRestrictions_BODY",
|
|
|
+ "RestrictedExtensions_URIPATH"
|
|
|
+ ]
|
|
|
|
|
|
# These are passed through and should be the same for module
|
|
|
tags = merge(var.standard_tags, var.tags)
|