Update dns_automatedbytes.tf

This commit is contained in:
Alexander Hosking 2021-12-22 19:25:44 +00:00
parent db2fba1efb
commit 22bea55cca

View File

@ -100,6 +100,6 @@ resource "cloudflare_record" "itmanagement_automatedbytes" {
type = "CNAME" type = "CNAME"
ttl = "1" ttl = "1"
proxied = true proxied = true
value = join(".", [cloudflare_record.ahosking_home.name, cloudflare_zone.automatedbytes_com.zone]) value = join(".", [cloudflare_record.support_automatedbytes.name, cloudflare_zone.automatedbytes_com.zone])
} }