Talos on Proxmox WIP
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
variable "vm_guests" {
|
||||
type = list(object({
|
||||
name = string
|
||||
host = string
|
||||
ipv4_address = string
|
||||
role = string
|
||||
cpu = number
|
||||
memory = number
|
||||
}))
|
||||
}
|
||||
|
||||
variable "talos_version" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cluster_endpoint" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user