terraform proxmox: Make balloon size configurable
This commit is contained in:
parent
ed36c6c304
commit
99cbd4b995
3 changed files with 9 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ module "truenas" {
|
|||
target_node = "busch"
|
||||
vmid = 100
|
||||
memory = 8192
|
||||
balloon = 8192
|
||||
cpu_cores = 2
|
||||
disk_storage = "local"
|
||||
disk_size = "32G"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue