wip
This commit is contained in:
parent
5def74736b
commit
26be097fda
13 changed files with 356 additions and 184 deletions
|
|
@ -0,0 +1,10 @@
|
|||
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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue