Add terraform/variabeles.tf

This commit is contained in:
2026-02-14 23:30:47 +01:00
parent 24b74b3ca1
commit 5ba0d0b537

5
terraform/variabeles.tf Normal file
View File

@@ -0,0 +1,5 @@
variable "proxmox_token_secret" {
description = "Proxmox API token secret"
type = string
sensitive = true
}