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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue