From 88de7affda57c92cd362d1f0837ac3d240dbc275 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 9 Dec 2025 13:40:55 +0000 Subject: [PATCH] [deploy-opentofu] [deploy-opentofu] --- proxmox.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxmox.tf b/proxmox.tf index 38d47f2..9981f0a 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -105,6 +105,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { cpu { cores = 2 + type = "host" } memory { @@ -152,6 +153,7 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" { cpu { cores = each.value.cores + type = "host" } memory {