aboutsummaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-12-19 13:47:11 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2025-12-19 13:47:25 +0100
commit1b4a868aebfa9f3f058c2afff2e9c4b188125684 (patch)
tree0f71fcc314e1de4f48ab5dc27780d45329977f3d /terraform
parent06df320b774a7bca6af8915364e5664a461841be (diff)
downloadinfra-master.tar.gz
infra-master.tar.bz2
infra-master.tar.xz
infra-master.zip
sdr ipam/dnsHEADmaster
Diffstat (limited to 'terraform')
-rw-r--r--terraform/dns/dn42.tf7
-rw-r--r--terraform/ipam6/ipam6.tf8
2 files changed, 15 insertions, 0 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf
index 8798fc5..504bd24 100644
--- a/terraform/dns/dn42.tf
+++ b/terraform/dns/dn42.tf
@@ -119,6 +119,13 @@ resource "linode_domain_record" "dn42-node2" {
target = "fdb1:4242:3538:2003::ffff"
}
+resource "linode_domain_record" "dn42-sdr" {
+ domain_id = linode_domain.root.id
+ name = "sdr.dn42"
+ record_type = "AAAA"
+ target = "fdb1:4242:3538:2006:be24:11ff:fe0b:cb99"
+}
+
resource "linode_domain_record" "dn42-unifi" {
domain_id = linode_domain.root.id
name = "unifi.dn42"
diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf
index 60eb602..20d3b47 100644
--- a/terraform/ipam6/ipam6.tf
+++ b/terraform/ipam6/ipam6.tf
@@ -90,6 +90,10 @@ output "networks" {
address : "fdb1:4242:3538:2006:be24:11ff:fe56:770"
prefix : "64"
}
+ sdr = {
+ address : "fdb1:4242:3538:2006:be24:11ff:fe0b:cb99"
+ prefix : "64"
+ }
}
}
hash_dn42 = {
@@ -218,6 +222,10 @@ output "hosts" {
address : "fdb1:4242:3538:2006:be24:11ff:fe56:770"
prefix : "64"
}
+ sdr = {
+ address : "fdb1:4242:3538:2006:be24:11ff:fe0b:cb99"
+ prefix : "64"
+ }
hash = {
address : "fdb1:4242:3538:2007::ffff"
prefix : "128"