From bf42ab222cbfe0642d5d43abed4e8f95a5f8de65 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 7 Dec 2024 17:49:24 -0500 Subject: [PATCH] more resources plausible --- terraform/proxmox/plausible.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/proxmox/plausible.tf b/terraform/proxmox/plausible.tf index 752c947..ac54f10 100644 --- a/terraform/proxmox/plausible.tf +++ b/terraform/proxmox/plausible.tf @@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Plausible" { # VM CPU Settings cpu { - cores = 2 + cores = 3 type = "host" architecture = "x86_64" } # VM Memory Settings memory { - dedicated = 2048 + dedicated = 4196 } # VM Network Settings