infrastructure/pve01.wheatley.in/k8s-wheatley/modules/talos-image/variables.tf

10 lines
246 B
Terraform
Raw Normal View History

2025-10-26 11:42:08 +01:00
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"
}