Skip to content

Commit

Permalink
update http header in updatePremium
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Nov 7, 2023
1 parent f3e7874 commit 9d01d7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,11 @@ resource "azurerm_firewall_policy_rule_collection_group" "test" {
web_categories = ["News"]
http_headers {
name = "head_foo"
value = "value_bar"
value = "value_bar2"
}
http_headers {
name = "head_bar"
value = "value2"
name = "head_bar2"
value = "value_bar2"
}
}
rule {
Expand Down

0 comments on commit 9d01d7e

Please sign in to comment.