Skip to content

Commit

Permalink
Fix 'web_analytics_rule' acceptance test data
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-cf committed Nov 20, 2024
1 parent cd126b8 commit 78b684a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "cloudflare_web_analytics_site" "%[1]s" {
resource "cloudflare_web_analytics_rule" "%[1]s" {
depends_on = [cloudflare_web_analytics_site.%[1]s]
account_id = "%[2]s"
ruleset_id = cloudflare_web_analytics_site.%[1]s.ruleset_id
ruleset_id = cloudflare_web_analytics_site.%[1]s.ruleset.id
host = "%[3]s"
paths = ["/excluded"]
inclusive = false
Expand Down

0 comments on commit 78b684a

Please sign in to comment.