Update gateway_dns_location.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 22s

This commit is contained in:
2025-11-17 11:11:52 +01:00
parent 3cffb0df32
commit d55a8f2a5e

View File

@@ -34,6 +34,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
}
}
networks = [{
network = "192.0.2.1/32"
network = "192.168.1.0/24"
}]
}