From 86c637c224d75d8ded6047b73881530828bcdf17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 26 Feb 2021 12:26:05 +0100 Subject: [PATCH] geth: increase mainnet data volume to 1.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 fa1b9d4..aafb16a 100644 --- a/geth.tf +++ b/geth.tf @@ -10,7 +10,7 @@ module "nimbus_geth_mainnet" { /* Scaling */ instance_type = "t3a.xlarge" root_vol_size = 10 - data_vol_size = 1200 + data_vol_size = 1500 data_vol_type = "gp2" host_count = 1