From 6fc1890c1c1f3b8852a9bc44086cab74852ac247 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:18:37 +0000 Subject: [PATCH] [deploy-opentofu] [deploy-opentofu] --- proxmox.variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.variables.tf b/proxmox.variables.tf index 4bc992f..72cb9dd 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 - mapping = string + id = string }))) cores = optional(number) memory = optional(number)