Update gateway_policy.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 21s

This commit is contained in:
2025-11-17 14:57:47 +01:00
parent 9987aaae75
commit 86f6775e6a

View File

@@ -50,7 +50,7 @@ resource "cloudflare_zero_trust_gateway_policy" "block_ads" {
action = "block" action = "block"
traffic = local.ads_ad_filter traffic = local.ads_ad_filter
rule_settings { rule_settings = {
block_page_enabled = false block_page_enabled = false
} }
} }