chore: Refactor templates into modules
This commit is contained in:
parent
f2acafd737
commit
0e37a64198
6 changed files with 49 additions and 39 deletions
|
|
@ -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 = []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue