-
Notifications
You must be signed in to change notification settings - Fork 544
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
Insufficient permissions issue using api-token with v2.9.13 #703
Comments
Can confirm this bug.... just happened to me this afternoon, I rolled back to v2.9.11 and was able to proceed with no issue. |
Also confirming v2.9.11 of provider works fine. |
I'm experiencing the same issue. I noticed there are new privileges associated with the role, but the issue remained even after adding the new privileges |
Confirmed issue running 2.9.13, downgrading to provider version 2.9.11 works for me running Proxmox VE 7.3-6 This issue seems to be a dupe of #687 |
I can confirm the same issue. Rolling back to 2.9.11 [since 2.9.12 wasn't an option] works. |
Same issue, switched back to 2.9.11. |
try latest version please |
Confirming that latest v2.9.14 release does fix this issue. Thank you. |
Running terraform plan with v2.9.13 with Proxmox v7.3-3 using an api token gives the following error:
❯ terraform plan
╷
│ Error: user does not exist or has insufficient permissions on proxmox: terraform-user@pam!terraform-token
│
│ with provider["registry.terraform.io/telmate/proxmox"],
│ on main.tf line 13, in provider "proxmox":
│ 13: provider "proxmox" {
Rolling back to v2.7.4 allows terraform plan to succeed as intended.
The text was updated successfully, but these errors were encountered: