feat: Create nodes from templates
This commit is contained in:
parent
8f7e83d818
commit
2dcd54fe4b
13 changed files with 230 additions and 143 deletions
8
pve01.wheatley.in/templates/talos/variables.tf
Normal file
8
pve01.wheatley.in/templates/talos/variables.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
variable "proxmox_endpoint" {
|
||||
description = "Proxmox API endpoint"
|
||||
type = string
|
||||
}
|
||||
variable "proxmox_api_token" {
|
||||
description = "Proxmox API token"
|
||||
type = string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue