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 Apr 25, 2020
1 parent e2ef9d8 commit 854a1c1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1992,8 +1992,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 854a1c1

Please sign in to comment.