From c11f2e3c2566f14b8158732b1c9ae37498f70771 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:04:19 +0000 Subject: [PATCH 1/2] a a --- proxmox.variables.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmox.variables.tf b/proxmox.variables.tf index 1bba1ce..4bc992f 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -44,7 +44,8 @@ variable "proxmox_k8s_vms" { ip3 = string hostpci = optional(list(object({ pcie = bool - device =string + device = string + mapping = string }))) cores = optional(number) memory = optional(number) From 39cb2a6c202fbdc7114fb6cd5208b15b19970a23 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 8 Dec 2025 15:05:01 +0000 Subject: [PATCH 2/2] [deploy-opentofu] [deploy-opentofu] --- proxmox.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmox.tf b/proxmox.tf index 8cf8744..38d47f2 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -170,6 +170,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" { content { device = hostpci.value.device pcie = try(hostpci.value.pcie, true) + mapping = hostpci.value.mapping } }