diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2025-07-25 08:09:01 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2025-07-28 22:17:11 +0200 |
commit | 3a027619d7ab6a97db2ee000f1fe94b6c284061a (patch) | |
tree | 3de66fff857613d46049d747e87c8beaa97295a1 /terraform/dns/dn42.tf | |
parent | 5d96fa9755d690828fca6b041f799f44241299d5 (diff) | |
download | infra-3a027619d7ab6a97db2ee000f1fe94b6c284061a.tar.gz infra-3a027619d7ab6a97db2ee000f1fe94b6c284061a.tar.bz2 infra-3a027619d7ab6a97db2ee000f1fe94b6c284061a.tar.xz infra-3a027619d7ab6a97db2ee000f1fe94b6c284061a.zip |
Updating dns
Diffstat (limited to 'terraform/dns/dn42.tf')
-rw-r--r-- | terraform/dns/dn42.tf | 7 |
1 files changed, 7 insertions, 0 deletions
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" |