fix: serialize Proxmox VM apply
This commit is contained in:
@@ -101,6 +101,7 @@ jobs:
|
|||||||
terraform apply \
|
terraform apply \
|
||||||
-var="ssh_public_key=$HOME/.ssh/id_ed25519.pub" \
|
-var="ssh_public_key=$HOME/.ssh/id_ed25519.pub" \
|
||||||
-var="ssh_private_key=$HOME/.ssh/id_ed25519" \
|
-var="ssh_private_key=$HOME/.ssh/id_ed25519" \
|
||||||
|
-parallelism=1 \
|
||||||
-auto-approve
|
-auto-approve
|
||||||
|
|
||||||
- name: Save Terraform Outputs
|
- name: Save Terraform Outputs
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "nodes" {
|
|||||||
vm_id = var.proxmox_template_vm_id
|
vm_id = var.proxmox_template_vm_id
|
||||||
datastore_id = var.proxmox_clone_full ? var.proxmox_vm_storage_pool : null
|
datastore_id = var.proxmox_clone_full ? var.proxmox_vm_storage_pool : null
|
||||||
full = var.proxmox_clone_full
|
full = var.proxmox_clone_full
|
||||||
retries = 3
|
retries = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
|
|||||||
Reference in New Issue
Block a user