From 2988df6c5bcf1515c6375e7f9aac9300c81e2c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 9 Jul 2024 11:15:15 +0200 Subject: [PATCH] store: bump data volume form 250 GB to 300 GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The garbage doesn't stop flowing. Signed-off-by: Jakub SokoĊ‚owski --- workspaces.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces.tf b/workspaces.tf index d0de7df..649aa36 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -31,7 +31,7 @@ locals { db_ac_type = "ecs.c6.large" db_gc_type = "c2d-highcpu-2" - store_db_data_vol_size = 250 + store_db_data_vol_size = 300 } staging = { /* Settings specific to the test fleet/workspace. */