docs: add Proxmox setup guide for Terraform #2
Reference in New Issue
Block a user
Delete Branch "feature/docs-proxmox-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.