mainnet.tf: bump bootstrap node volumes to 800 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-14 21:45:02 +01:00
parent dd60d47d22
commit 3fdba958cc
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module "nimbus_nodes_mainnet_stable_small" {
/* Scaling */
type = "t3a.large"
root_vol_size = 30
data_vol_size = 600
data_vol_size = 800
data_vol_type = "gp2"
host_count = 2