Skip to content

Commit 67c7fec

Browse files
[PRMP-1149] Update CloudFront firewall to allow for upload of files (#546)
1 parent 0736561 commit 67c7fec

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/firewall_waf_v2

1 file changed

+1
-1
lines changed

infrastructure/modules/firewall_waf_v2/local.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ locals {
77
name = "AWSCoreRuleSet"
88
managed_rule_name = "AWSManagedRulesCommonRuleSet"
99
cloudwatch_metrics_name = "AWS-core-ruleset"
10-
excluded_rules = var.api ? ["SizeRestrictions_BODY"] : []
10+
excluded_rules = ["SizeRestrictions_BODY"]
1111
bypass = ["Yes"]
1212
},
1313
{

0 commit comments

Comments
 (0)