From ac608401aee77f995824c10ede605d1d5cf0c7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 14 Jan 2021 17:14:21 +0100 Subject: [PATCH] pyrmont: use gp3 EBS volumes for data on devel-small fleet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- pyrmont.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrmont.tf b/pyrmont.tf index f0791e7..7e2fa00 100644 --- a/pyrmont.tf +++ b/pyrmont.tf @@ -92,7 +92,7 @@ module "nimbus_nodes_pyrmont_devel_small" { instance_type = "t3a.medium" root_vol_size = 20 data_vol_size = 150 - data_vol_type = "gp2" + data_vol_type = "gp3" host_count = 4 /* Firewall */