2 parents c6dda8e + 0cad8dc commit 8d8929dCopy full SHA for 8d8929d
1 file changed
terraform/modules/frontdoor/main.tf
@@ -47,7 +47,7 @@ resource "azurerm_cdn_frontdoor_firewall_policy" "waf_policy" {
47
}
48
49
custom_rule {
50
- name = "rate-limit-rule"
+ name = "RateLimitRule"
51
priority = 1
52
type = "RateLimitRule"
53
rate_limit_threshold = 100
0 commit comments