Unable to create vm - unable to get status
Closed this issue · 1 comments
Just-Insane commented
Hello,
I am trying to use this Pulumi provider to create a VM, based off the example located here: https://pypi.org/project/pulumi-proxmox/
When running pulumi up
, it freezes after cloning the VM image, and debug log shows the following error:
Failed to decode HTTP Get response (path: nodes/pve/qemu/121/status/current) - Reason: json: cannot unmarshal number into Go struct field VirtualEnvironmentVMGetStatusResponseData.data.vmid of type string
Manually starting the created VM allows the VM to boot, but the Pulumi command never completes.
Just-Insane commented
Ah, I think I found the problem. There are two different pulumi-proxmox(ve) modules in pip, the correct one (built on the more up to date) terraform provider is pulumi-proxmoxve.