Update gateway_policy.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 34s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 34s
This commit is contained in:
@@ -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})"
|
traffic = "any(dns.security_category[*] in {178 80 83 176 175 117 131 134 151 153 68})"
|
||||||
action = "block"
|
action = "block"
|
||||||
|
|
||||||
rule_settings {
|
rule_settings = {
|
||||||
block_page_enabled = true
|
block_page_enabled = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user