bump master host to t3a.large to accomodate builds

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-05 18:18:56 +01:00
parent 652c7129fa
commit 09bc4a49b4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -30,7 +30,7 @@ module "nimbus_master" {
domain = var.domain
/* Scaling */
instance_type = "t3a.medium"
instance_type = "t3a.large"
root_vol_size = 20
data_vol_size = 150
data_vol_type = "gp2"