Skip to content

Commit

Permalink
UML-3160 Replace deprecated argument in WAF TF (#2397)
Browse files Browse the repository at this point in the history
* UML-3160 Replace deprecated argument in WAF TF
  • Loading branch information
Sam Ainsworth authored Nov 2, 2023
1 parent be17a46 commit e140372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/account/region/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@ resource "aws_wafv2_web_acl" "main" {
name = "AWSManagedRulesCommonRuleSet"
vendor_name = "AWS"

excluded_rule {
rule_action_override {
name = "NoUserAgent_HEADER"
action_to_use {
count {}
}
}


}
}
visibility_config {
Expand Down

0 comments on commit e140372

Please sign in to comment.