From 3a027619d7ab6a97db2ee000f1fe94b6c284061a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 25 Jul 2025 08:09:01 +0200 Subject: Updating dns --- terraform/dns/dn42.tf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'terraform/dns') diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index c7aab96..12354b7 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -77,6 +77,13 @@ resource "linode_domain_record" "dn42-lhn2-z2m" { target = "fdb1:4242:3538:2008:9aed:e460:1711:7dd" } +resource "linode_domain_record" "dn42-lhn2ix" { + domain_id = linode_domain.root.id + name = "lhn2ix.dn42" + record_type = "AAAA" + target = "fdb1:4242:3538:2008::1" +} + resource "linode_domain_record" "dn42-lhn2pi" { domain_id = linode_domain.root.id name = "lhn2pi.dn42" -- cgit v1.2.3