more resources plausible
All checks were successful
OpenTofu Automation / deploy (push) Successful in 20s

This commit is contained in:
Matt Reeves 2024-12-07 17:49:24 -05:00
parent 81af82d31c
commit bf42ab222c

View file

@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Plausible" {
# VM CPU Settings # VM CPU Settings
cpu { cpu {
cores = 2 cores = 3
type = "host" type = "host"
architecture = "x86_64" architecture = "x86_64"
} }
# VM Memory Settings # VM Memory Settings
memory { memory {
dedicated = 2048 dedicated = 4196
} }
# VM Network Settings # VM Network Settings