terraform version fix

This commit is contained in:
Edward Viaene
2018-08-02 19:11:12 +00:00
parent c8d558d4ec
commit 24083ff04a
3 changed files with 4 additions and 1 deletions
+3
View File
@@ -21,6 +21,9 @@ variable "INSTANCE_DEVICE_NAME" {
variable "JENKINS_VERSION" {
default = "2.32.1"
}
variable "TERRAFORM_VERSION" {
default = "0.11.7"
}
variable "APP_INSTANCE_COUNT" {
default = "0"