Add a list of used datacenters in deployment
This commit is contained in:
parent
282263bb05
commit
83c3d61b77
|
@ -3,6 +3,11 @@ variable "datacenter_name" {
|
||||||
default = "dco"
|
default = "dco"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "datacenters" {
|
||||||
|
type = list(string)
|
||||||
|
default = [ "dco", "sto3", "sto4" ]
|
||||||
|
}
|
||||||
|
|
||||||
# Cloud names in clouds.yaml file
|
# Cloud names in clouds.yaml file
|
||||||
variable "clouddco_name" {
|
variable "clouddco_name" {
|
||||||
type = string
|
type = string
|
||||||
|
|
Loading…
Reference in a new issue