|
@ -4,13 +4,13 @@ variable "name" { |
|
|
|
|
|
|
|
|
variable "regions" { |
|
|
variable "regions" { |
|
|
description = "Regions to launch in" |
|
|
description = "Regions to launch in" |
|
|
type = "list" |
|
|
|
|
|
|
|
|
type = list |
|
|
default = ["AMS3", "FRA1", "LON1", "NYC3", "SFO2", "SGP1", "TOR1"] |
|
|
default = ["AMS3", "FRA1", "LON1", "NYC3", "SFO2", "SGP1", "TOR1"] |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
variable "ssh_key" { |
|
|
variable "ssh_key" { |
|
|
description = "SSH key filename to copy to the nodes" |
|
|
description = "SSH key filename to copy to the nodes" |
|
|
type = "string" |
|
|
|
|
|
|
|
|
type = string |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
variable "instance_size" { |
|
|
variable "instance_size" { |
|
|