From 7147a03f0919162d6c0b67a6dacd61d87d2774d4 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 7 Jun 2022 22:28:41 +0000 Subject: [PATCH] dns: fix apex ipv4 --- dns/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {