more resources plausible
All checks were successful
OpenTofu Automation / deploy (push) Successful in 20s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 20s
This commit is contained in:
parent
81af82d31c
commit
bf42ab222c
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Plausible" {
|
|||
|
||||
# VM CPU Settings
|
||||
cpu {
|
||||
cores = 2
|
||||
cores = 3
|
||||
type = "host"
|
||||
architecture = "x86_64"
|
||||
}
|
||||
|
||||
# VM Memory Settings
|
||||
memory {
|
||||
dedicated = 2048
|
||||
dedicated = 4196
|
||||
}
|
||||
|
||||
# VM Network Settings
|
||||
|
|
Loading…
Reference in a new issue