Updated default artifactory version to 5.10.0 for CloudFormation and Terraform installers

This commit is contained in:
maheshg
2018-03-29 13:25:24 -07:00
parent 47fff56000
commit 65a1ffbf0b
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ variable "key_name" {
variable "artifactory_version" {
description = "Artifactory version to deploy"
default = "5.8.1"
default = "5.10.0"
}
variable "artifactory_license_1" {
@@ -130,4 +130,4 @@ variable "aws_amis" {
sa-east-1 = "ami-6dd04501"
cn-north-1 = "ami-8e6aa0e3"
}
}
}