Files
proxmox-talos/terraform/variabeles.tf
2026-02-14 23:30:47 +01:00

6 lines
123 B
HCL

variable "proxmox_token_secret" {
description = "Proxmox API token secret"
type = string
sensitive = true
}