mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
@ -144,6 +144,10 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
|
|||||||
node_name = each.value.node_name
|
node_name = each.value.node_name
|
||||||
vm_id = each.value.vm_id
|
vm_id = each.value.vm_id
|
||||||
|
|
||||||
|
clone {
|
||||||
|
vm_id = proxmox_virtual_environment_vm.proxmox-kubernetes-VM-template.id
|
||||||
|
}
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
cores = each.value.cores
|
cores = each.value.cores
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user