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.tf10
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" {