mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-30 23:47:11 +00:00
mainnet.tf: bump AWS data volumes size to 600 GB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5fbcbf1e59
commit
b5342168bb
@ -63,7 +63,7 @@ module "nimbus_nodes_mainnet_stable_small" {
|
||||
/* Scaling */
|
||||
type = "t3a.large"
|
||||
root_vol_size = 20
|
||||
data_vol_size = 400
|
||||
data_vol_size = 600
|
||||
data_vol_type = "gp2"
|
||||
host_count = 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user