aboutsummaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-10-30 22:45:39 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2025-11-20 19:37:30 +0100
commit640b589bd198caf529a4a18136827b5509e51344 (patch)
tree93cc4ea701d32463f06781d2cd1b5a36d81710e2 /terraform
parentf6de90669e9962560196c5e5be348f918cfcc351 (diff)
downloadinfra-640b589bd198caf529a4a18136827b5509e51344.tar.gz
infra-640b589bd198caf529a4a18136827b5509e51344.tar.bz2
infra-640b589bd198caf529a4a18136827b5509e51344.tar.xz
infra-640b589bd198caf529a4a18136827b5509e51344.zip
ha-kv24: new host
Diffstat (limited to 'terraform')
-rw-r--r--terraform/dns/dn42.tf2
-rw-r--r--terraform/ipam6/ipam6.tf4
2 files changed, 3 insertions, 3 deletions
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 = {