From 116adbaaf9deba17dff94cb4e03678cba2209e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 15 May 2023 20:00:16 +0200 Subject: [PATCH] geth: bump data volume size to 2.5 TB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- geth.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth.tf b/geth.tf index 6621f94..93e0547 100644 --- a/geth.tf +++ b/geth.tf @@ -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