Browse Source

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

pull/1943/head
Greg Szabo 7 years ago
parent
commit
f1e2f0a1f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      terraform-digitalocean/cluster/variables.tf

+ 1
- 1
terraform-digitalocean/cluster/variables.tf 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" {


Loading…
Cancel
Save