Prepare providon of multiple environments from same IaC.
This commit is contained in:
parent
35ae0d1711
commit
2bd36bb9a1
|
@ -11,5 +11,5 @@ required_version = ">= 0.14.0"
|
|||
|
||||
# Configure the OpenStack Provider
|
||||
provider "openstack" {
|
||||
cloud = "dco-matrixtest"
|
||||
cloud = "${var.cloud_name}"
|
||||
}
|
||||
|
|
|
@ -34,3 +34,7 @@ variable "controller_name" {
|
|||
variable "dns_suffix" {
|
||||
default = "matrix.test.sunet.se"
|
||||
}
|
||||
|
||||
variable "cloud_name" {
|
||||
default="dco-matrixtest"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue