infrastructure/pve01.wheatley.in/templates/talos/variables.tf

5 lines
141 B
HCL

variable talos_versions {
description = "List of Talos versions to create templates for"
type = list(string)
default = []
}