Update gateway_dns_location.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 49s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 49s
This commit is contained in:
@@ -3,7 +3,15 @@
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
#
|
#
|
||||||
resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location" {
|
resource "cloudflare_zero_trust_dns_location" "dns_location_office" {
|
||||||
|
account_id = local.cloudflare_account_id
|
||||||
|
name = "Office Location"
|
||||||
|
client_default = false
|
||||||
|
ecs_support = false
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
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 Office Location"
|
||||||
client_default = false
|
client_default = false
|
||||||
@@ -37,3 +45,11 @@ resource "cloudflare_zero_trust_dns_location" "example_zero_trust_dns_location"
|
|||||||
network = "82.66.77.254/32"
|
network = "82.66.77.254/32"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
resource "cloudflare_zero_trust_dns_location" "dns_location_vacation" {
|
||||||
|
account_id = local.cloudflare_account_id
|
||||||
|
name = "Vacation Location"
|
||||||
|
client_default = false
|
||||||
|
ecs_support = false
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user