Skip to content

Commit

Permalink
azurerm_web_application_firewall_policy - update tests using `manag…
Browse files Browse the repository at this point in the history
…ed_rules.managed_rule_set.version` `3.1` -> `3.2` (#26913)
  • Loading branch information
mbfrahry authored Aug 2, 2024
1 parent 99a3bb1 commit f988645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions internal/services/network/application_gateway_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ resource "azurerm_web_application_firewall_policy" "test" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
policy_settings {
Expand Down Expand Up @@ -2923,7 +2923,7 @@ resource "azurerm_web_application_firewall_policy" "testfwp" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
}
Expand Down Expand Up @@ -3024,7 +3024,7 @@ resource "azurerm_web_application_firewall_policy" "testfwp" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
}
Expand All @@ -3042,7 +3042,7 @@ resource "azurerm_web_application_firewall_policy" "testfwp_listener" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
}
Expand Down Expand Up @@ -3146,7 +3146,7 @@ resource "azurerm_web_application_firewall_policy" "testfwp" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
}
Expand All @@ -3164,7 +3164,7 @@ resource "azurerm_web_application_firewall_policy" "testfwp_path_rule" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ resource "azurerm_web_application_firewall_policy" "test" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
}
}
Expand Down Expand Up @@ -883,7 +883,7 @@ resource "azurerm_web_application_firewall_policy" "test" {
managed_rules {
managed_rule_set {
type = "OWASP"
version = "3.1"
version = "3.2"
rule_group_override {
disabled_rules = [
Expand Down

0 comments on commit f988645

Please sign in to comment.