increase root volume size to 20 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-02 17:53:01 +01:00
parent 73dfac49da
commit afcf7edf98
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ module "nimbus_master" {
/* Scaling */
instance_type = "t3a.medium"
root_vol_size = 20
data_vol_size = 150
host_count = 1
@ -55,6 +56,7 @@ module "nimbus_nodes" {
/* Scaling */
instance_type = "t3a.medium"
root_vol_size = 20
data_vol_size = 150
host_count = var.hosts_count