diff --git a/proxmox.variables.tf b/proxmox.variables.tf index 8a2faf5..1bba1ce 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -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)