This commit is contained in:
@@ -25,7 +25,7 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
|
|||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
name = "Austin Office Location"
|
name = "Austin Office 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
|
||||||
endpoints = {
|
endpoints = {
|
||||||
doh = {
|
doh = {
|
||||||
@@ -52,6 +52,6 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
networks = [{
|
networks = [{
|
||||||
network = "10.0.1.1/32"
|
network = "192.0.2.1/32"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user