diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2025-06-30 19:05:40 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2025-06-30 19:05:40 +0200 |
commit | 027054b178a5fab136d391e535b720dcb2cb799c (patch) | |
tree | 717312b7b068b856e6bd83cb624d8bd19cdd6267 /terraform/dns | |
parent | efd2ee9e55f631f97e2f1ebe2020d309449a8e0a (diff) | |
download | infra-027054b178a5fab136d391e535b720dcb2cb799c.tar.gz infra-027054b178a5fab136d391e535b720dcb2cb799c.tar.bz2 infra-027054b178a5fab136d391e535b720dcb2cb799c.tar.xz infra-027054b178a5fab136d391e535b720dcb2cb799c.zip |
Dropping coregonus v6 network
Diffstat (limited to 'terraform/dns')
-rw-r--r-- | terraform/dns/dn42.tf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index 8c27ec1..c7aab96 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:2005::ffff" + target = "fdb1:4242:3538:2006:2e0:4cff:fe98:1bb5" } resource "linode_domain_record" "dn42-danneri" { @@ -25,14 +25,14 @@ resource "linode_domain_record" "dn42-garasjepi" { domain_id = linode_domain.root.id name = "garasjepi.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:37df:fafe:392:f991" + target = "fdb1:4242:3538:2006:e9f7:418f:49fd:8d2e" } resource "linode_domain_record" "dn42-ha-kv24" { domain_id = linode_domain.root.id name = "ha-kv24.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:c534:9d54:8212:1ced" + target = "fdb1:4242:3538:2006:18a:90f:4264:8ca0" } resource "linode_domain_record" "dn42-ha-lhn2" { @@ -53,7 +53,7 @@ resource "linode_domain_record" "dn42-kjell" { domain_id = linode_domain.root.id name = "kjell.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:2f0:cbff:fefe:d98c" + target = "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c" } resource "linode_domain_record" "dn42-knot" { @@ -88,7 +88,7 @@ resource "linode_domain_record" "dn42-netbox" { domain_id = linode_domain.root.id name = "netbox.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2005:be24:11ff:febb:5c7f" + target = "fdb1:4242:3538:2006:be24:11ff:febb:5c7f" } resource "linode_domain_record" "dn42-node1" { |