From 0125b272321f04a45f5b85a1dbca59716e077acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 13 Jun 2024 09:06:40 +0200 Subject: [PATCH] mainnet: bump data volume from 800GB to 1TB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- mainnet.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet.tf b/mainnet.tf index e604c01..4f1ed18 100644 --- a/mainnet.tf +++ b/mainnet.tf @@ -52,7 +52,7 @@ module "nimbus_nodes_mainnet_stable_small" { /* Scaling */ type = "t3a.large" root_vol_size = 30 - data_vol_size = 800 + data_vol_size = 1000 data_vol_type = "gp2" host_count = 2