Skip to content

Commit f3dd84d

Browse files
committed
eli-384 removing commented out Terraform - decided not worth keeping
1 parent a92fc3a commit f3dd84d

File tree

1 file changed

+0
-9
lines changed
  • infrastructure/stacks/api-layer

1 file changed

+0
-9
lines changed

infrastructure/stacks/api-layer/waf.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ resource "aws_wafv2_web_acl" "api_gateway" {
5050
managed_rule_group_statement {
5151
vendor_name = "AWS"
5252
name = "AWSManagedRulesCommonRuleSet"
53-
54-
# Exclude rules that might cause false positives for healthcare APIs
55-
# Uncomment and adjust based on your monitoring results
56-
# rule_action_override {
57-
# name = "SizeRestrictions_BODY"
58-
# action_to_use {
59-
# count {}
60-
# }
61-
# }
6253
}
6354
}
6455

0 commit comments

Comments
 (0)