bump intance type for google cloud

This commit is contained in:
Jakub Sokołowski 2018-09-06 11:43:30 -04:00
parent 6847270bc3
commit 0de9945521
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ module "swarm" {
/* scaling options */
count = "${local.ws["hosts_count"]}"
do_size = "s-1vcpu-2gb"
gc_size = "n1-standard-1"
gc_size = "n1-standard-2"
/* general */
env = "${var.env}"
domain = "${var.domain}"