diff options
Diffstat (limited to 'terraform/dns')
-rw-r--r-- | terraform/dns/dn42.tf | 9 | ||||
-rw-r--r-- | terraform/dns/trygvis.tf | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index c7aab96..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" { @@ -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" diff --git a/terraform/dns/trygvis.tf b/terraform/dns/trygvis.tf index 5dfc8cb..a19efcf 100644 --- a/terraform/dns/trygvis.tf +++ b/terraform/dns/trygvis.tf @@ -176,7 +176,7 @@ resource "linode_domain_record" "kv24ix" { domain_id = linode_domain.root.id name = "kv24ix" record_type = "A" - target = "81.166.205.176" + target = "81.166.17.37" } resource "linode_domain_record" "lhn2" { |