forked from fediversity/fediversity
start documenting needed proxmox user privileges
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
fd05b9a462
commit
a2acc86350
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue