infrastructure/pve01.wheatley.in/k8s-wheatley/modules/talos-image/variables.tf
2025-10-26 11:42:08 +01:00

10 lines
No EOL
246 B
HCL

variable "talos_version" {
description = "Talos version to download"
type = string
}
variable "iso_path" {
description = "Path to store downloaded Talos ISO images"
type = string
default = "/var/lib/vz/template/iso"
}