mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
Made Terraform Artifactory License input as non-manadatory
This commit is contained in:
committed by
GitHub
parent
bdfda34f5d
commit
aac323db9f
@@ -14,10 +14,12 @@ variable "artifactory_version" {
|
|||||||
|
|
||||||
variable "artifactory_license_1" {
|
variable "artifactory_license_1" {
|
||||||
description = "Artifactory Enterprise License"
|
description = "Artifactory Enterprise License"
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "artifactory_license_2" {
|
variable "artifactory_license_2" {
|
||||||
description = "Artifactory Enterprise License"
|
description = "Artifactory Enterprise License"
|
||||||
|
default = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "artifactory_license_3" {
|
variable "artifactory_license_3" {
|
||||||
|
|||||||
Reference in New Issue
Block a user