Update proxmox.variables.tf

This commit is contained in:
2025-12-08 14:26:40 +00:00
parent 1a8f746bbd
commit 7a32716a23

View File

@ -42,6 +42,10 @@ variable "proxmox_k8s_vms" {
ip = string
ip2 = string
ip3 = string
hostpci = optional(list(object({
pcie = bool
device =string
})))
cores = optional(number)
memory = optional(number)
data_store = optional(string)