aboutsummaryrefslogtreecommitdiff
path: root/terraform/dns/dn42.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/dns/dn42.tf')
-rw-r--r--terraform/dns/dn42.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf
index 12354b7..e23af28 100644
--- a/terraform/dns/dn42.tf
+++ b/terraform/dns/dn42.tf
@@ -11,7 +11,7 @@ resource "linode_domain_record" "dn42-coregonus" {
domain_id = linode_domain.root.id
name = "coregonus.dn42"
record_type = "AAAA"
- target = "fdb1:4242:3538:2006:2e0:4cff:fe98:1bb5"
+ target = "fdb1:4242:3538:2009::4"
}
resource "linode_domain_record" "dn42-danneri" {