aboutsummaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-02-05 17:51:33 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2025-02-05 17:51:33 +0100
commit21e47c8b92657606e81a30e1ff6734aeb7ba22bc (patch)
treeeee67a6fde532d188e7f1e3744412a99ac4d64f0 /terraform
parent4177618b097b80af192adebb570fbe3e81ea01cd (diff)
downloadinfra-21e47c8b92657606e81a30e1ff6734aeb7ba22bc.tar.gz
infra-21e47c8b92657606e81a30e1ff6734aeb7ba22bc.tar.bz2
infra-21e47c8b92657606e81a30e1ff6734aeb7ba22bc.tar.xz
infra-21e47c8b92657606e81a30e1ff6734aeb7ba22bc.zip
ipam: Adding garasjepi
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 7acdc5a..45fb19d 100644
--- a/terraform/dns/dn42.tf
+++ b/terraform/dns/dn42.tf
@@ -21,6 +21,13 @@ 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:2005:37df:fafe:392:f991"
+}
+
resource "linode_domain_record" "dn42-ha-kv24" {
domain_id = linode_domain.root.id
name = "ha-kv24.dn42"
diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf
index 74a6fe4..79a350a 100644
--- a/terraform/ipam6/ipam6.tf
+++ b/terraform/ipam6/ipam6.tf
@@ -92,6 +92,10 @@ output "networks" {
address : "fdb1:4242:3538:2006::ffff"
prefix : "128"
}
+ garasjepi = {
+ address : "fdb1:4242:3538:2005:37df:fafe:392:f991"
+ prefix : "128"
+ }
}
}
hash_dn42 = {
@@ -193,6 +197,10 @@ output "hosts" {
address : "fdb1:4242:3538:2006::ffff"
prefix : "128"
}
+ garasjepi = {
+ address : "fdb1:4242:3538:2005:37df:fafe:392:f991"
+ prefix : "128"
+ }
hash = {
address : "fdb1:4242:3538:2007::ffff"
prefix : "128"