From 640b589bd198caf529a4a18136827b5509e51344 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 30 Oct 2025 22:45:39 +0100 Subject: ha-kv24: new host --- terraform/dns/dn42.tf | 2 +- terraform/ipam6/ipam6.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'terraform') diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index e23af28..3527627 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -32,7 +32,7 @@ resource "linode_domain_record" "dn42-ha-kv24" { domain_id = linode_domain.root.id name = "ha-kv24.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2006:18a:90f:4264:8ca0" + target = "fdb1:4242:3538:2006:ff6f:74a2:826b:ccd9" } resource "linode_domain_record" "dn42-ha-lhn2" { diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf index 84c7a87..6d67854 100644 --- a/terraform/ipam6/ipam6.tf +++ b/terraform/ipam6/ipam6.tf @@ -75,7 +75,7 @@ output "networks" { prefix : "128" } ha-kv24 = { - address : "fdb1:4242:3538:2006:18a:90f:4264:8ca0" + address : "fdb1:4242:3538:2006:ff6f:74a2:826b:ccd9" prefix : "64" } netbox = { @@ -199,7 +199,7 @@ output "hosts" { prefix : "128" } ha-kv24 = { - address : "fdb1:4242:3538:2006:18a:90f:4264:8ca0" + address : "fdb1:4242:3538:2006:ff6f:74a2:826b:ccd9" prefix : "64" } netbox = { -- cgit v1.2.3