add resources to arr
All checks were successful
OpenTofu Automation / deploy (push) Successful in 28s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 28s
This commit is contained in:
parent
76be963e72
commit
717aab45a3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue