Skip to content

Commit

Permalink
Refer correctly to policy_settings in test
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed May 11, 2020
1 parent d97f732 commit c3a654c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2027,7 +2027,7 @@ resource "azurerm_web_application_firewall_policy" "testfwp" {
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
policy_setting {
policy_settings {
enabled = true
mode = "Prevention"
}
Expand Down

0 comments on commit c3a654c

Please sign in to comment.