dns: fix apex ipv4

pull/1/head
Ariadne Conill 2022-06-07 22:28:41 +00:00
parent e072937be4
commit 7147a03f09
1 changed files with 1 additions and 1 deletions

View File

@ -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" {