diff --git a/gateway_dns_location.tf b/gateway_dns_location.tf index 737de69..b516e39 100644 --- a/gateway_dns_location.tf +++ b/gateway_dns_location.tf @@ -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" }] } \ No newline at end of file