aboutsummaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-12-28 09:33:51 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2025-12-28 09:33:51 +0100
commit9e8a66d8fbe7068617ef5d5563bc16076d10d97c (patch)
treeb17a0e217b4b8fffcecc530f9f76a477d716ca9a /terraform
parent022ac9354a32e3c14a596d7ebc09ad164c199978 (diff)
downloadinfra-9e8a66d8fbe7068617ef5d5563bc16076d10d97c.tar.gz
infra-9e8a66d8fbe7068617ef5d5563bc16076d10d97c.tar.bz2
infra-9e8a66d8fbe7068617ef5d5563bc16076d10d97c.tar.xz
infra-9e8a66d8fbe7068617ef5d5563bc16076d10d97c.zip
ipam: Fixing lhn2pi
Diffstat (limited to 'terraform')
-rw-r--r--terraform/ipam6/ipam6.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf
index 20d3b47..5c3f54d 100644
--- a/terraform/ipam6/ipam6.tf
+++ b/terraform/ipam6/ipam6.tf
@@ -125,7 +125,7 @@ output "networks" {
}
lhn2pi = {
address : "fdb1:4242:3538:2008::ffff"
- prefix : "128"
+ prefix : "64"
}
lhn2-z2m = {
address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd"
@@ -236,7 +236,7 @@ output "hosts" {
}
lhn2pi = {
address : "fdb1:4242:3538:2008::ffff"
- prefix : "128"
+ prefix : "64"
}
lhn2-z2m = {
address : "fdb1:4242:3538:2008:9aed:e460:1711:7dd"