fix: serialize Proxmox VM apply
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user