chore: Refactor templates into modules

This commit is contained in:
Peter 2025-12-20 19:35:37 +01:00
parent f2acafd737
commit 0e37a64198
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 49 additions and 39 deletions

View file

@ -1,8 +1,5 @@
variable "proxmox_endpoint" {
description = "Proxmox API endpoint"
type = string
}
variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
variable talos_versions {
description = "List of Talos versions to create templates for"
type = list(string)
default = []
}