From a633b37ec0bae86c77865f83513b70aef0c2606f Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:36:58 -0500 Subject: [PATCH] rename vcpu to vcores --- nas.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.tf b/nas.tf index 4414cfd..944198b 100644 --- a/nas.tf +++ b/nas.tf @@ -17,7 +17,7 @@ resource "proxmox_vm_qemu" "nas" { # VM CPU Settings cpu { - vcpus = 6 + vcores = 6 sockets = 1 }