diff --git a/dns/main.tf b/dns/main.tf index 460d487..fb72342 100644 --- a/dns/main.tf +++ b/dns/main.tf @@ -111,7 +111,7 @@ resource "linode_domain_record" "apex_v4" { domain_id = "${linode_domain.treehouse_domain.id}" name = "" record_type = "A" - target = "50.116.20.32" + target = "152.67.234.163" } resource "linode_domain_record" "apex_v6" {