From 4165cebb05d7913db82a95db0c273ea7cb927c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 22 Sep 2022 17:02:15 +0200 Subject: [PATCH] nimbus.dash: increase root size to 15 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- dash.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dash.tf b/dash.tf index e0771fe..0118645 100644 --- a/dash.tf +++ b/dash.tf @@ -8,8 +8,9 @@ module "nimbus_dashboard" { domain = var.domain /* Scaling */ - host_count = 1 - type = "t3a.medium" /* 4GB RAM at least */ + host_count = 1 + type = "t3a.medium" /* 4GB RAM at least */ + root_vol_size = 15 /* Firewall */ open_tcp_ports = [