diff options
Diffstat (limited to 'terraform/ipam6/ipam6.tf')
-rw-r--r-- | terraform/ipam6/ipam6.tf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf index 4b7d494..74a6fe4 100644 --- a/terraform/ipam6/ipam6.tf +++ b/terraform/ipam6/ipam6.tf @@ -121,6 +121,14 @@ output "networks" { address : "fdb1:4242:3538:2008::ffff" prefix : "128" } + lhn2-z2m = { + address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd" + prefix : "128" + } + ha-lhn2 = { + address : "fdb1:4242:3538:2008:9c59:926f:1dc9:89db" + prefix : "128" + } conflatorio = { address : "fdb1:4242:3538:2008:8042:32ff:fe0c:7161" prefix : "128" @@ -193,6 +201,14 @@ output "hosts" { address : "fdb1:4242:3538:2008::ffff" prefix : "128" } + lhn2-z2m = { + address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd" + prefix : "128" + } + ha-lhn2 = { + address : "fdb1:4242:3538:2008:9c59:926f:1dc9:89db" + prefix : "128" + } conflatorio = { address : "fdb1:4242:3538:2008:8042:32ff:fe0c:7161" prefix : "128" |