From d2241e2dfa25d4a6e1821fb65e1c7f7fb919c516 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:25:54 +0000 Subject: [PATCH] Update proxmox.variables.tf --- proxmox.variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)