From d2241e2dfa25d4a6e1821fb65e1c7f7fb919c516 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:25:54 +0000 Subject: [PATCH 1/2] 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) From 4934c331040029839253a1475445faa1c3cab1a9 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:26:32 +0000 Subject: [PATCH 2/2] c c --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 2c2586e..38d47f2 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -170,7 +170,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" { content { device = hostpci.value.device pcie = try(hostpci.value.pcie, true) - id = hostpci.value.id + mapping = hostpci.value.mapping } }