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

6 lines
141 B
Terraform
Raw Normal View History

2025-12-20 19:35:37 +01:00
variable talos_versions {
description = "List of Talos versions to create templates for"
type = list(string)
default = []
2025-11-15 20:49:31 +01:00
}