From 717aab45a320257aa8c461ced41a5577624a286a Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 17 Nov 2024 19:03:46 -0500 Subject: [PATCH] add resources to arr --- terraform/proxmox/arrbuntu.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/proxmox/arrbuntu.tf b/terraform/proxmox/arrbuntu.tf index 420f402..a887940 100644 --- a/terraform/proxmox/arrbuntu.tf +++ b/terraform/proxmox/arrbuntu.tf @@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Arrbuntu" { # VM CPU Settings cpu { - cores = 2 + cores = 4 type = "host" architecture = "x86_64" } # VM Memory Settings memory { - dedicated = 6144 + dedicated = 8192 } # VM Network Settings