mainnet.tf: bump data volume from 300 GB to 400 GB

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

View File

@ -63,7 +63,7 @@ module "nimbus_nodes_mainnet_stable_small" {
/* Scaling */
type = "t3a.large"
root_vol_size = 20
data_vol_size = 300
data_vol_size = 400
data_vol_type = "gp2"
host_count = 2