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" }