nimbus-prater-windows: bump to c2-standard-4, 200GB root

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-07-16 15:14:30 +02:00
parent 87d23f8fa1
commit b16b9b6ef0
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

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