Skip to content

Commit

Permalink
azurerm_web_application_firewall_policy - Add support for `GeoMatch…
Browse files Browse the repository at this point in the history
…` operator in request filter #7181
  • Loading branch information
boschcrank committed Jun 5, 2020
1 parent 8f794c8 commit 69976b2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -106,6 +106,7 @@ func resourceArmWebApplicationFirewallPolicy() *schema.Resource {
Required: true,
ValidateFunc: validation.StringInSlice([]string{
string(network.WebApplicationFirewallOperatorIPMatch),
string(network.WebApplicationFirewallOperatorGeoMatch),
string(network.WebApplicationFirewallOperatorEqual),
string(network.WebApplicationFirewallOperatorContains),
string(network.WebApplicationFirewallOperatorLessThan),
Expand Down

0 comments on commit 69976b2

Please sign in to comment.