vaultwarden password and proxmox

This commit is contained in:
Tomás Limpinho
2025-08-19 11:36:54 +01:00
parent 80a950fec7
commit 32004c9a78
5 changed files with 33 additions and 0 deletions

5
proxmox.variables.tf Normal file
View File

@ -0,0 +1,5 @@
variable "proxmox_server" {
description = "Proxmox server URL"
type = string
sensitive = false
}