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
|
# POLICY: block_malware
|
||||||
resource "cloudflare_zero_trust_gateway_policy" "block_malware" {
|
resource "cloudflare_zero_trust_gateway_policy" "block_malware" {
|
||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
name = "Block malware"
|
name = "DNS - Block malware"
|
||||||
description = "Block known threats based on Cloudflare s threat intelligence"
|
description = "Block known threats based on Cloudflare s threat intelligence"
|
||||||
enabled = true
|
enabled = true
|
||||||
precedence = 10
|
precedence = 10
|
||||||
@@ -30,7 +30,7 @@ locals {
|
|||||||
|
|
||||||
resource "cloudflare_zero_trust_gateway_policy" "block_ads" {
|
resource "cloudflare_zero_trust_gateway_policy" "block_ads" {
|
||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
name = "Block Ads"
|
name = "DNS - Block Ads"
|
||||||
description = "Block Ads domains"
|
description = "Block Ads domains"
|
||||||
enabled = true
|
enabled = true
|
||||||
precedence = 11
|
precedence = 11
|
||||||
|
|||||||
Reference in New Issue
Block a user