From d1950b1bc93685362b2bf33a8c223377650fda02 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 1 Jan 2025 20:51:45 +0100 Subject: ha-lhn2 --- terraform/ipam6/ipam6.tf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'terraform/ipam6') diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf index eada854..555504d 100644 --- a/terraform/ipam6/ipam6.tf +++ b/terraform/ipam6/ipam6.tf @@ -125,6 +125,10 @@ output "networks" { address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd" prefix : "128" } + ha-lhn2 = { + address : "fdb1:4242:3538:2008:d6f6:9b99:6a53:da1e" + prefix : "128" + } conflatorio = { address : "fdb1:4242:3538:2008:8042:32ff:fe0c:7161" prefix : "128" @@ -201,6 +205,10 @@ output "hosts" { address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd" prefix : "128" } + ha-lhn2 = { + address : "fdb1:4242:3538:2008:d6f6:9b99:6a53:da1e" + prefix : "128" + } conflatorio = { address : "fdb1:4242:3538:2008:8042:32ff:fe0c:7161" prefix : "128" -- cgit v1.2.3