From 166db8515068e60bf40de16faf8b48223a48d7e6 Mon Sep 17 00:00:00 2001 From: Michael Lavers Date: Fri, 5 Apr 2019 08:10:15 -0700 Subject: [PATCH] Update valid regions Update the valid regions with regions that now support fargate. --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index e7dc9f5..7f931b9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -45,7 +45,7 @@ CPU (CPU Units) Memory (MiB) 4096 8192 through 30720 in 1GiB increments `) -var validRegions = []string{"us-east-1", "us-east-2", "us-west-1", "us-west-2", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "eu-central-1", "eu-west-1", "eu-west-2"} +var validRegions = []string{"ap-northeast-1", "ap-northeast-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "us-east-1", "us-east-2", "us-west-1", "us-west-2"} var ( clusterName string