From bb57875728eaea9fcc9b58e10f93c44f4e3a4324 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Tue, 1 Jun 2021 17:01:42 +0200 Subject: [PATCH] production: Align webapp1 declaration with the current state --- proxmox/terraform/production/production.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/terraform/production/production.tf b/proxmox/terraform/production/production.tf index f7bdb49..41628ad 100644 --- a/proxmox/terraform/production/production.tf +++ b/proxmox/terraform/production/production.tf @@ -44,7 +44,7 @@ module "webapp1" { vmid = 125 cores = "2" memory = "8192" - balloon = 1024 + balloon = 2048 networks = [{ id = 0 ip = "192.168.100.71" -- GitLab