rename vcpu to vcores

This commit is contained in:
tolerryan
2025-08-23 00:36:58 -05:00
parent df8143f290
commit a633b37ec0

2
nas.tf
View File

@@ -17,7 +17,7 @@ resource "proxmox_vm_qemu" "nas" {
# VM CPU Settings # VM CPU Settings
cpu { cpu {
vcpus = 6 vcores = 6
sockets = 1 sockets = 1
} }