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:14:23 +01:00
parent d55a8f2a5e
commit d4a26083dc

View File

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