geth: increase mainnet data volume to 1.5 TB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-26 12:26:05 +01:00
parent ebb5910a4b
commit 86c637c224
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module "nimbus_geth_mainnet" {
/* Scaling */
instance_type = "t3a.xlarge"
root_vol_size = 10
data_vol_size = 1200
data_vol_size = 1500
data_vol_type = "gp2"
host_count = 1