[deploy-opentofu]

[deploy-opentofu]
This commit is contained in:
2025-10-15 12:24:17 +00:00
parent 992a949b6d
commit 905b749a09

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.ip
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
} }