add resources to arr
All checks were successful
OpenTofu Automation / deploy (push) Successful in 28s

This commit is contained in:
Matt Reeves 2024-11-17 19:03:46 -05:00
parent 76be963e72
commit 717aab45a3

View file

@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Arrbuntu" {
# VM CPU Settings # VM CPU Settings
cpu { cpu {
cores = 2 cores = 4
type = "host" type = "host"
architecture = "x86_64" architecture = "x86_64"
} }
# VM Memory Settings # VM Memory Settings
memory { memory {
dedicated = 6144 dedicated = 8192
} }
# VM Network Settings # VM Network Settings