From 6b360decfdba47f4eb90fce0aac4ee95b340976f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 8 Oct 2020 15:19:56 +0200 Subject: [PATCH] add 30 GB data volume for master host MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- hosts.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts.tf b/hosts.tf index 33fe6c2..ffd0d00 100644 --- a/hosts.tf +++ b/hosts.tf @@ -6,7 +6,8 @@ module "hive_master" { env = "thehive" group = "thehive-master" type = "n1-standard-2" - root_vol_size = 40 + root_vol_size = 30 + data_vol_size = 30 domain = var.hosts_domain /* Application Web UI */