more resources for kasm
All checks were successful
OpenTofu Automation / deploy (push) Successful in 33s

This commit is contained in:
Matt Reeves 2024-11-16 18:48:11 -05:00
parent b5784cae52
commit 81d4b3fe9f

View file

@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
# VM CPU Settings
cpu {
cores = 4
cores = 6
type = "host"
architecture = "x86_64"
}
# VM Memory Settings
memory {
dedicated = 4096
dedicated = 16384
}
# VM Network Settings