[deploy-opentofu]

This commit is contained in:
2025-10-15 13:17:55 +00:00
parent d9f9620123
commit 47102e563d

View File

@ -178,6 +178,12 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
gateway = each.value.gateway gateway = each.value.gateway
} }
} }
ip_config {
ipv4 {
address = each.value.ip2
gateway = each.value.gateway
}
}
user_data_file_id = proxmox_virtual_environment_file.vm_user_data[each.key].id user_data_file_id = proxmox_virtual_environment_file.vm_user_data[each.key].id
} }