[deploy-opentofu]

This commit is contained in:
2025-10-15 21:19:11 +00:00
parent 8b16085acf
commit f797aa6d8b

View File

@ -177,6 +177,10 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
address = each.value.ip address = each.value.ip
gateway = each.value.gateway gateway = each.value.gateway
} }
ipv4 {
address = each.value.ip3
gateway = each.value.gateway
}
} }
ip_config { ip_config {
ipv4 { ipv4 {