Changed digitalocean region to NYC2 -> NYC3 because NYC2 is not available

This commit is contained in:
Greg Szabo 2017-06-20 16:56:51 +00:00
parent f66e92d5fb
commit f1e2f0a1f6
1 changed files with 1 additions and 1 deletions

View File

@ -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" {