Update Traffic_Policies-Firewall_Policies-DNS.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# POLICY: block_malware
|
||||
resource "cloudflare_zero_trust_gateway_policy" "block_malware" {
|
||||
account_id = local.cloudflare_account_id
|
||||
name = "Block malware"
|
||||
name = "DNS - Block malware"
|
||||
description = "Block known threats based on Cloudflare s threat intelligence"
|
||||
enabled = true
|
||||
precedence = 10
|
||||
@@ -30,7 +30,7 @@ locals {
|
||||
|
||||
resource "cloudflare_zero_trust_gateway_policy" "block_ads" {
|
||||
account_id = local.cloudflare_account_id
|
||||
name = "Block Ads"
|
||||
name = "DNS - Block Ads"
|
||||
description = "Block Ads domains"
|
||||
enabled = true
|
||||
precedence = 11
|
||||
|
||||
Reference in New Issue
Block a user