feat: Automatically fetch Talos install image
This commit is contained in:
parent
5def74736b
commit
7d4baad8ff
7 changed files with 110 additions and 38 deletions
8
pve01.wheatley.in/k8s-wheatley/variables.tf
Normal file
8
pve01.wheatley.in/k8s-wheatley/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