Files
homelab-packer/debian-bookworm.variables.pkr.hcl
2023-10-12 10:51:18 +02:00

12 lines
183 B
HCL

variable "proxmox_api_url" {
type = string
}
variable "proxmox_api_token_id" {
type = string
}
variable "proxmox_api_token_secret" {
type = string
sensitive = true
}