add 2 cores
All checks were successful
OpenTofu Automation / deploy (push) Successful in 30s

This commit is contained in:
Matt Reeves 2024-10-13 22:56:45 -04:00
parent 0ae8b9ff4c
commit 4caf332c64

View file

@ -17,7 +17,7 @@ resource "proxmox_virtual_environment_vm" "Ubu" {
# VM CPU Settings # VM CPU Settings
cpu { cpu {
cores = 2 cores = 4
type = "host" type = "host"
architecture = "x86_64" architecture = "x86_64"
} }