You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to delete any VM I'm getting the following error:
error: sdk-v2/provider2.go:520: sdk.helper_schema: error updating VM: received an HTTP 400 response - Reason: Parameter verification failed. (delete: you can't use '-ide3' and -delete ide3' at the same time): [email protected]
SDK: Go
The text was updated successfully, but these errors were encountered:
did you try the same using the upstream Terraform provider (https://github.com/bpg/terraform-provider-proxmox) itself?
The Pulumi provider passes through the arguments and actions to the Terraform one. I suspect thus could be related there.
As a side note, I usually run a small test program through with apply and destroy and it works without any issues.
Either this is related to the upstream provider or your particular (VM?) configuration - in this case, it could help if you provide a small reference program.
When I'm trying to delete any VM I'm getting the following error:
SDK: Go
The text was updated successfully, but these errors were encountered: