add volume size of 50GB for google cloud hosts

This commit is contained in:
Jakub Sokołowski 2018-11-07 13:35:02 +01:00
parent f298cc65f3
commit 943b30c4fa
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

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