Updates the `bpg/proxmox` Terraform provider from version 0.43.0 to 0.89.0 in the production lock file to pull in the latest upstream changes.
Additionally, applies automatic markdown formatting to tables in `docs/proxmox-setup.md` to align columns and improve readability.
This commit updates the documentation and Terraform variables to reflect recent changes in the Proxmox environment setup.
- `docs/proxmox-setup.md`: Added `VM.GuestAgent.Audit` and `VM.GuestAgent.FileRead` to the required privileges list and the CLI command example. This ensures Terraform can properly interact with the QEMU Guest Agent.
- `terraform/prod/variables.tf`: Set a default value ("damien") for the `username` variable in the `virtual_machines` object to simplify configuration for the primary user.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Add Proxmox setup documentation for Terraform with dedicated role and minimal privileges.
Changes
docs/proxmox-setup.mdwith complete setup guideTerraformRole(no Administrator role needed)Privileges (Proxmox 9.1)
Allocate,AllocateSpace,AllocateTemplate,AuditAudit,Console,ModifyAllocate,Audit,Clone,Config.*,Console,Migrate,PowerMgmt,Snapshot,Snapshot.Rollback,GuestAgent.Audit,GuestAgent.FileReadAllocate,AuditUseRelated
Closes #1
This commit updates the documentation and Terraform variables to reflect recent changes in the Proxmox environment setup. - `docs/proxmox-setup.md`: Added `VM.GuestAgent.Audit` and `VM.GuestAgent.FileRead` to the required privileges list and the CLI command example. This ensures Terraform can properly interact with the QEMU Guest Agent. - `terraform/prod/variables.tf`: Set a default value ("damien") for the `username` variable in the `virtual_machines` object to simplify configuration for the primary user.