terraform proxmox: Make balloon size configurable

This commit is contained in:
JuliusFreudenberger 2026-07-19 16:02:28 +02:00
parent ed36c6c304
commit 99cbd4b995
3 changed files with 9 additions and 2 deletions

View file

@ -21,6 +21,7 @@ module "truenas" {
target_node = "busch"
vmid = 100
memory = 8192
balloon = 8192
cpu_cores = 2
disk_storage = "local"
disk_size = "32G"