Replies: 1 comment
-
Hey @uchris13 👋🏼 You may need to specify ...
clone {
vm_id = 9001
node_name = "pve001"
}
... If blank then the provider assumes the source is on the same node as the clone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a 3 node PVE cluster in HA and Ceph storage shared across all the nodes. I have a Debian12 cloud init template in my node PVE001. I am instructing terraform to deploy machines in specific nodes (pve001, 002 & 003)
The machines deployed in pve001 are correct but when it tries to deploy one in pve002 or pve003 i get this error
│ Error: error waiting for VM clone: All attempts fail: │ #1: error cloning VM: received an HTTP 500 response - Reason: unable to find configuration file for VM 9001 on node 'dev-pve002' │ │ with proxmox_virtual_environment_vm.vm["worker02"], │ on main.tf line 26, in resource "proxmox_virtual_environment_vm" "vm": │ 26: resource "proxmox_virtual_environment_vm" "vm" {
this is my main.tf and I have run out of Ideas as why is this happening. Manual cloning works perfectly
Beta Was this translation helpful? Give feedback.
All reactions