diff --git a/dns/main.tf b/dns/main.tf index 0603d1b..13a30bb 100644 --- a/dns/main.tf +++ b/dns/main.tf @@ -110,7 +110,7 @@ resource "linode_domain_record" "social_cname" { domain_id = "${linode_domain.treehouse_domain.id}" name = "social" record_type = "CNAME" - target = "kn-linode-dallas.ingress.treehouse.systems" + target = "kn-sfo2.ingress.treehouse.systems" ttl_sec = 30 }