add 30 GB data volume for master host

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-08 15:19:56 +02:00
parent c266e5551d
commit 6b360decfd
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -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 */