Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Delete VM #471

Open
iliesh opened this issue Nov 23, 2024 · 1 comment
Open

Unable to Delete VM #471

iliesh opened this issue Nov 23, 2024 · 1 comment
Labels
cannot-reproduce potential-upstream-issue The issue is potentially upstream

Comments

@iliesh
Copy link

iliesh commented Nov 23, 2024

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

@muhlba91
Copy link
Owner

muhlba91 commented Jan 8, 2025

Hi,

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.

@muhlba91 muhlba91 added potential-upstream-issue The issue is potentially upstream cannot-reproduce labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cannot-reproduce potential-upstream-issue The issue is potentially upstream
Projects
None yet
Development

No branches or pull requests

2 participants