From 21e47c8b92657606e81a30e1ff6734aeb7ba22bc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 5 Feb 2025 17:51:33 +0100 Subject: ipam: Adding garasjepi --- terraform/dns/dn42.tf | 7 +++++++ terraform/ipam6/ipam6.tf | 8 ++++++++ 2 files changed, 15 insertions(+) (limited to 'terraform') 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" -- cgit v1.2.3