diff --git a/gateway_dns_location.tf b/gateway_dns_location.tf index 7ff05cf..1991d95 100644 --- a/gateway_dns_location.tf +++ b/gateway_dns_location.tf @@ -5,7 +5,7 @@ # resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" { account_id = local.cloudflare_account_id - name = "Austin Office Location" + name = "Home Office Location" client_default = false # dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6" ecs_support = false @@ -34,6 +34,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" } } networks = [{ - network = "10.0.0.0/24" + network = "82.66.77.254/32" }] } \ No newline at end of file