Skip to content

Commit 444838a

Browse files
committed
revert: dns.tf
1 parent b886433 commit 444838a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • terraform/core-infra/gcp

terraform/core-infra/gcp/dns.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ data "google_dns_managed_zone" "prod" {
44
}
55

66
resource "google_dns_managed_zone" "dev" {
7-
name = "dev.{{ .AppDomain }}"
7+
name = "{{ replace "." "-
8+
" (printf "dev.%s" .AppDomain) }}"
89
dns_name = "dev.{{ .AppDomain }}."
910
project = "{{ .Project }}"
1011
description = "Dev zone for {{ .AppDomain }}"

0 commit comments

Comments
 (0)