Skip to content

Commit

Permalink
Merge pull request #38 from DrizzlyOwl/patch-1
Browse files Browse the repository at this point in the history
Corrected terraform property to fix validation issue
  • Loading branch information
pritchyspritch authored Oct 24, 2024
2 parents 0825cb7 + c381a92 commit 7247fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you are using Terraform, you could create a CDN rule similar to the following
```
resource "azurerm_cdn_frontdoor_rule" "security_txt_rule" {
depends_on = [<DOMAINS/ORIGINS>]
name = "security_txt_redirect"
name = "securitytxtredirect"
cdn_frontdoor_rule_set_id = azurerm_cdn_frontdoor_rule_set.<ruleset_name>.id
order = 1
behavior_on_match = "Continue"
Expand Down

0 comments on commit 7247fa5

Please sign in to comment.