muhlba91/pulumi-proxmoxve

Missing pool id after pool import leads to recreating the pool

Closed this issue · 3 comments

After importing an existing pool, the resource is missing the poolId paramaeter.
On the first pulumi up, tries to recreate the imported pool because it detects the difference between the empty pool id and the real one on the Proxmox server.

Aftter the pool import, the following warning can be seen:

image

this provider is based on the terraform provider (https://github.com/bpg/terraform-provider-proxmox), and actually only wraps its functions for pulumi. did you verify if this issue also exists when directly using the terraform provider?

Hi, thanks for the feedback.
I just checked it and the problem is present in the TF provider too.

I created an issue there:
bpg/terraform-provider-proxmox#963

upstream fixed released with Pulumi provider version v5.23.0.