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
cpu {
cores = 2
cores = 4
type = "host"
architecture = "x86_64"
}
# VM Memory Settings
memory {
dedicated = 6144
dedicated = 8192
}
# VM Network Settings