forked from fediversity/fediversity
pass ipv6
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
be01af269d
commit
0e17329e2c
1 changed files with 4 additions and 4 deletions
|
|
@ -156,10 +156,10 @@ resource "proxmox_virtual_environment_vm" "nix_vm" {
|
|||
gateway = var.ipv4_gateway
|
||||
address = var.ipv4_address
|
||||
}
|
||||
# ipv6 {
|
||||
# gateway = var.ipv6_gateway
|
||||
# address = var.ipv6_address
|
||||
# }
|
||||
ipv6 {
|
||||
gateway = var.ipv6_gateway
|
||||
address = var.ipv6_address
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue