Hi, when trying to create and use a terraform-prov@pve user as explained here I get the error:
400 Parameter verification failed.
privs: invalid format - invalid privilege 'VM.Monitor'
pveum role modify <roleid> [OPTIONS]
Also when running the terraform plan command I get the following error:
Error: permissions for user/token terraform-prov@pve are not sufficient, please provide also the following permissions that are missing: [VM.Monitor]
As mentioned in the Proxmox 9.0 roadmap release history and here the privilege has been dropped:
Drop the VM.Monitor privilege and instead require the Sys.Audit privilege for basic access to the KVM monitor.
Commands besides basic informational commands require the Sys.Modify privilege, and some commands are restricted to the root user.
Hi, when trying to create and use a terraform-prov@pve user as explained here I get the error:
Also when running the
terraform plancommand I get the following error:As mentioned in the Proxmox 9.0 roadmap release history and here the privilege has been dropped: