10 lines
No EOL
246 B
HCL
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"
|
|
} |