start documenting needed proxmox user privileges

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-09-25 13:11:40 +02:00
parent fd05b9a462
commit a2acc86350
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -10,7 +10,11 @@ variable "ssh_user" {
}
variable "proxmox_user" {
description = "the ProxmoX user to use"
description = <<EOT
the ProxmoX user to use. needs privileges:
- `VM.Monitor`
- ...
EOT
type = string
default = "root@pam"
}