From 0c9b9e47f1b0b7d855d1e0727c5f23beacd834c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 16 Jun 2021 16:37:34 +0200 Subject: [PATCH] windows: upgrade host size to n2-standard-4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- prater.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prater.tf b/prater.tf index afe8f46..3a86389 100644 --- a/prater.tf +++ b/prater.tf @@ -167,7 +167,7 @@ module "nimbus_nodes_prater_unstable_windows" { open_tcp_ports = local.nimbus_ports /* Scaling */ - type = "n2-standard-2" /* 2 vCPUs, 8GB RAM */ + type = "n2-standard-4" /* 4 vCPUs, 16GB RAM */ host_count = 1 root_vol_size = 80 root_vol_type = "pd-ssd"