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

3
proxmox.tf Normal file
View File

@ -0,0 +1,3 @@
provider "proxmox" {
pm_api_url = var.proxmox_server
}