diff --git a/proxmox.variables.tf b/proxmox.variables.tf index 72cb9dd..4bc992f 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -45,7 +45,7 @@ variable "proxmox_k8s_vms" { hostpci = optional(list(object({ pcie = bool device = string - id = string + mapping = string }))) cores = optional(number) memory = optional(number)