This commit is contained in:
Edward Viaene
2016-10-19 10:37:06 +00:00
parent 88bdf09a48
commit 1a61ad96ec
6 changed files with 69 additions and 12 deletions
+8 -1
View File
@@ -19,5 +19,12 @@ variable "INSTANCE_DEVICE_NAME" {
default = "/dev/xvdh"
}
variable "JENKINS_VERSION" {
default = "jenkins_2.7.4_all.deb"
default = "2.19.1"
}
variable "APP_INSTANCE_AMI" {
default = "ami-2291de51"
}
variable "APP_INSTANCE_COUNT" {
default = "0"
}