Skip to content

Commit

Permalink
Fix: custom rule name (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Oct 3, 2023
2 parents ba9af5a + f530f36 commit 9e32f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/front_door.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resource "azurerm_cdn_frontdoor_firewall_policy" "main" {
custom_block_response_body = base64encode("Forbidden")

custom_rule {
name = "public_access"
name = "publicaccess"
enabled = true
type = "MatchRule"
priority = 1
Expand Down

0 comments on commit 9e32f19

Please sign in to comment.