Tinh Truong
Tinh Truong
I had the same error with version 1.1.2, but it's fixed in 1.1.3.
I am having the same issue as @gponciano . I am using the latest plugin version (1.1.3) as following: ``` packer { required_plugins { proxmox = { version = ">=...
I checked out the code in the `main` branch. Here is what I found: The code at https://github.com/Telmate/proxmox-api-go/blob/master/proxmox/client.go#L471 tried to start the VM 3 times after cloning it. Here is...
I took a look at the WARNING response from Proxmox and found out that my packer source settings was not correct. I fixed that and now the VM was cloned...