geth: bump data volume size to 2.5 TB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-05-15 20:00:16 +02:00
parent a145963a2a
commit 116adbaaf9
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module "nimbus_geth_mainnet" {
/* Scaling */
type = "t3a.xlarge"
root_vol_size = 10
data_vol_size = 1800
data_vol_size = 2500
data_vol_type = "gp2"
host_count = 1