windows: upgrade host size to n2-standard-4

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-16 16:37:34 +02:00
parent 13b27db54d
commit 0c9b9e47f1
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ module "nimbus_nodes_prater_unstable_windows" {
open_tcp_ports = local.nimbus_ports open_tcp_ports = local.nimbus_ports
/* Scaling */ /* Scaling */
type = "n2-standard-2" /* 2 vCPUs, 8GB RAM */ type = "n2-standard-4" /* 4 vCPUs, 16GB RAM */
host_count = 1 host_count = 1
root_vol_size = 80 root_vol_size = 80
root_vol_type = "pd-ssd" root_vol_type = "pd-ssd"