From f1e2f0a1f615ab3cd5d85185265b5af9b1063a9a Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Tue, 20 Jun 2017 16:56:51 +0000 Subject: [PATCH] Changed digitalocean region to NYC2 -> NYC3 because NYC2 is not available --- terraform-digitalocean/cluster/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-digitalocean/cluster/variables.tf b/terraform-digitalocean/cluster/variables.tf index 92e7c718d..8f2f4d241 100644 --- a/terraform-digitalocean/cluster/variables.tf +++ b/terraform-digitalocean/cluster/variables.tf @@ -10,7 +10,7 @@ variable "image_id" { variable "regions" { description = "Regions to launch in" type = "list" - default = ["AMS2", "FRA1", "LON1", "NYC2", "SFO2", "SGP1", "TOR1"] + default = ["AMS2", "FRA1", "LON1", "NYC3", "SFO2", "SGP1", "TOR1"] } variable "key_ids" {