From 3e49c091f5ba54c7b1e792533d236a06a92261e2 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:17:35 +0000 Subject: [PATCH 1/2] a a --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 38d47f2..2c2586e 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) - mapping = hostpci.value.mapping + id = hostpci.value.id } } From 6fc1890c1c1f3b8852a9bc44086cab74852ac247 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:18:37 +0000 Subject: [PATCH 2/2] [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)