From 2b094092e86886933d9cacddd932e2bb12b39299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 22 Jan 2019 13:17:39 +0100 Subject: [PATCH] upgrade alibaba cloud instance to ecs.sn1ne.large MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 4281212..d704304 100644 --- a/main.tf +++ b/main.tf @@ -51,6 +51,7 @@ module "swarm" { count = "${local.ws["hosts_count"]}" do_size = "s-1vcpu-2gb" gc_size = "n1-standard-2" + ac_size = "ecs.sn1ne.large" gc_vol_size = 50 /* general */ env = "${var.env}"