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.tf39
1 files changed, 37 insertions, 2 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf
index 9f70413..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" {
@@ -21,11 +21,25 @@ resource "linode_domain_record" "dn42-danneri" {
target = "fdb1:4242:3538:2008:9422:d355:95b7:f170"
}
+resource "linode_domain_record" "dn42-garasjepi" {
+ domain_id = linode_domain.root.id
+ name = "garasjepi.dn42"
+ record_type = "AAAA"
+ 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" {
+ domain_id = linode_domain.root.id
+ name = "ha-lhn2.dn42"
+ record_type = "AAAA"
+ target = "fdb1:4242:3538:2008:9c59:926f:1dc9:89db"
}
resource "linode_domain_record" "dn42-hash" {
@@ -35,6 +49,13 @@ resource "linode_domain_record" "dn42-hash" {
target = "fdb1:4242:3538:2007::ffff"
}
+resource "linode_domain_record" "dn42-kjell" {
+ domain_id = linode_domain.root.id
+ name = "kjell.dn42"
+ record_type = "AAAA"
+ target = "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c"
+}
+
resource "linode_domain_record" "dn42-knot" {
domain_id = linode_domain.root.id
name = "knot.dn42"
@@ -49,6 +70,13 @@ resource "linode_domain_record" "dn42-kv24ix" {
target = "fdb1:4242:3538:2006::ffff"
}
+resource "linode_domain_record" "dn42-lhn2-z2m" {
+ domain_id = linode_domain.root.id
+ name = "lhn2-z2m.dn42"
+ record_type = "AAAA"
+ target = "fdb1:4242:3538:2008:9aed:e460:1711:7dd"
+}
+
resource "linode_domain_record" "dn42-lhn2pi" {
domain_id = linode_domain.root.id
name = "lhn2pi.dn42"
@@ -56,6 +84,13 @@ resource "linode_domain_record" "dn42-lhn2pi" {
target = "fdb1:4242:3538:2008::ffff"
}
+resource "linode_domain_record" "dn42-netbox" {
+ domain_id = linode_domain.root.id
+ name = "netbox.dn42"
+ record_type = "AAAA"
+ target = "fdb1:4242:3538:2006:be24:11ff:febb:5c7f"
+}
+
resource "linode_domain_record" "dn42-node1" {
domain_id = linode_domain.root.id
name = "node1.dn42"