Skip to content

Commit

Permalink
Set policy settings in basic test case
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed Apr 20, 2020
2 parents c23da3c + a6e38a1 commit 8ff684b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ resource "azurerm_web_application_firewall_policy" "test" {
version = "3.1"
}
}
policy_settings {
enabled = true
mode = "Detection"
}
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger)
}
Expand Down

0 comments on commit 8ff684b

Please sign in to comment.