Proxmox Terraform's Delete Failures: The curl-jq Hack That Actually Works
Staring down a failed destroy in your Proxmox Terraform setup? This curl and jq trick stops the VM first — no more pipeline explosions. I've seen it all in 20 years; this one's a keeper.
theAIcatchupApr 07, 20263 min read
⚡ Key Takeaways
Proxmox blocks Terraform deletes on running VMs; curl + jq stops them first for clean pipelines.𝕏
Set up API tokens and env vars properly — test manually before CI.𝕏
Provider fixes unlikely soon; embrace the hack like old VMware workarounds.𝕏
The 60-Second TL;DR
Proxmox blocks Terraform deletes on running VMs; curl + jq stops them first for clean pipelines.
Set up API tokens and env vars properly — test manually before CI.
Provider fixes unlikely soon; embrace the hack like old VMware workarounds.