Skip to content

Commit

Permalink
Update application gateway test to use shorter property names in fire…
Browse files Browse the repository at this point in the history
…wall policy

Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed May 7, 2020
1 parent 355bb4d commit 312253e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2034,8 +2034,8 @@ resource "azurerm_web_application_firewall_policy" "testfwp" {
managed_rules {
managed_rules_set {
rule_set_type = "OWASP"
rule_set_version = "3.1"
type = "OWASP"
version = "3.1"
}
}
}
Expand Down

0 comments on commit 312253e

Please sign in to comment.