Update proxmox.variables.tf

This commit is contained in:
2025-12-08 15:25:54 +00:00
parent 6fc1890c1c
commit d2241e2dfa

View File

@ -45,7 +45,7 @@ variable "proxmox_k8s_vms" {
hostpci = optional(list(object({ hostpci = optional(list(object({
pcie = bool pcie = bool
device = string device = string
id = string mapping = string
}))) })))
cores = optional(number) cores = optional(number)
memory = optional(number) memory = optional(number)