Files
proxmox-talos/terraform/variabeles.tf

10 lines
223 B
HCL

variable "proxmox_token_secret" {
description = "Proxmox API token secret"
type = string
sensitive = true
}
variable "ssh_public_key" {
description = "SSH public key for VM access"
type = string
}