diff options
| author | Trygve Laugstøl <trygvis@inamo.no> | 2025-11-29 21:30:15 +0100 |
|---|---|---|
| committer | Trygve Laugstøl <trygvis@inamo.no> | 2025-12-19 13:47:25 +0100 |
| commit | 06df320b774a7bca6af8915364e5664a461841be (patch) | |
| tree | b12b7fd253f9d8da17211b2860aa483ee5f6c3a0 /terraform/ipam6 | |
| parent | c990f4ccc9c9b63b2e27c1948c2a2f6dc07e7fe2 (diff) | |
| download | infra-06df320b774a7bca6af8915364e5664a461841be.tar.gz infra-06df320b774a7bca6af8915364e5664a461841be.tar.bz2 infra-06df320b774a7bca6af8915364e5664a461841be.tar.xz infra-06df320b774a7bca6af8915364e5664a461841be.zip | |
nextcloud
Diffstat (limited to 'terraform/ipam6')
| -rw-r--r-- | terraform/ipam6/ipam6.tf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/terraform/ipam6/ipam6.tf b/terraform/ipam6/ipam6.tf index 6d67854..60eb602 100644 --- a/terraform/ipam6/ipam6.tf +++ b/terraform/ipam6/ipam6.tf @@ -86,6 +86,10 @@ output "networks" { address : "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c" prefix : "64" } + nextcloud = { + address : "fdb1:4242:3538:2006:be24:11ff:fe56:770" + prefix : "64" + } } } hash_dn42 = { @@ -210,6 +214,10 @@ output "hosts" { address : "fdb1:4242:3538:2006:2f0:cbff:fefe:d98c" prefix : "64" } + nextcloud = { + address : "fdb1:4242:3538:2006:be24:11ff:fe56:770" + prefix : "64" + } hash = { address : "fdb1:4242:3538:2007::ffff" prefix : "128" |
