Skip to content

Commit

Permalink
terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Jul 31, 2024
1 parent 31bc985 commit 8b733e8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,9 @@ resource "azurerm_web_application_firewall_policy" "test" {
}
policy_settings {
enabled = true
mode = "Prevention"
request_body_inspect_limit_in_kb = 1000
enabled = true
mode = "Prevention"
request_body_inspect_limit_in_kb = 1000
js_challenge_cookie_expiration_in_minutes = 60
}
}
Expand Down Expand Up @@ -718,9 +718,9 @@ resource "azurerm_web_application_firewall_policy" "test" {
}
policy_settings {
enabled = true
mode = "Prevention"
request_body_inspect_limit_in_kb = 1234
enabled = true
mode = "Prevention"
request_body_inspect_limit_in_kb = 1234
js_challenge_cookie_expiration_in_minutes = 1440
}
}
Expand Down

0 comments on commit 8b733e8

Please sign in to comment.