forked from fediversity/fediversity
add interface to ipv6 addresses
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
469b22fe4e
commit
67fa4b2274
1 changed files with 1 additions and 1 deletions
|
|
@ -220,5 +220,5 @@ output "ipv4" {
|
|||
value = proxmox_virtual_environment_vm.nix_vm.ipv4_addresses[1]
|
||||
}
|
||||
output "ipv6" {
|
||||
value = proxmox_virtual_environment_vm.nix_vm.ipv6_addresses[1]
|
||||
value = [ for elem in proxmox_virtual_environment_vm.nix_vm.ipv6_addresses[1] : "${elem}%${proxmox_virtual_environment_vm.nix_vm.network_interface_names[1]}" ]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue