mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-28 02:52:48 +00:00
Changed digitalocean region to NYC2 -> NYC3 because NYC2 is not available
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user