Update gateway_dns_location.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 32s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 32s
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user