Update gateway_policy.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 34s

This commit is contained in:
2025-11-17 13:17:07 +01:00
parent b457be874d
commit a617d0217a

View File

@@ -17,7 +17,7 @@ resource "cloudflare_zero_trust_gateway_policy" "block_malware" {
traffic = "any(dns.security_category[*] in {178 80 83 176 175 117 131 134 151 153 68})"
action = "block"
rule_settings {
rule_settings = {
block_page_enabled = true
}
}