Update gateway_dns_location.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m24s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 1m24s
This commit is contained in:
@@ -13,7 +13,7 @@ resource "cloudflare_zero_trust_dns_location" "dns_location_office" {
|
|||||||
#
|
#
|
||||||
resource "cloudflare_zero_trust_dns_location" "dns_location_home" {
|
resource "cloudflare_zero_trust_dns_location" "dns_location_home" {
|
||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
name = "Home Office Location"
|
name = "Home Location"
|
||||||
client_default = false
|
client_default = false
|
||||||
# dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6"
|
# dns_destination_ips_id = "0e4a32c6-6fb8-4858-9296-98f51631e8e6"
|
||||||
ecs_support = false
|
ecs_support = false
|
||||||
|
|||||||
Reference in New Issue
Block a user