fix: serialize Proxmox VM apply
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled

This commit is contained in:
2026-04-25 17:27:59 +00:00
parent e0359f0097
commit f8da2594ca
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "nodes" {
vm_id = var.proxmox_template_vm_id
datastore_id = var.proxmox_clone_full ? var.proxmox_vm_storage_pool : null
full = var.proxmox_clone_full
retries = 3
retries = 5
}
agent {