Skip to content

Commit

Permalink
change fw rules
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sanchez committed Oct 21, 2024
1 parent fa2011b commit c3628a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ resource "azurerm_web_application_firewall_policy" "WAF-Devops-waf" {
version = "3.1"
rule_group_override {
rule_group_name = "REQUEST-920-PROTOCOL-ENFORCEMENT"
disabled_rules = [
//disabled_rules = [
// "920300",
// "920440"
]
// ]
}
}
}
Expand Down

0 comments on commit c3628a4

Please sign in to comment.