Files
proxmox-media-management/variables.tf
2025-08-31 19:47:31 +00:00

5 lines
116 B
HCL

variable "proxmox_api_token" {
description = "API token for Proxmox"
type = string
sensitive = true
}