make artifactory_access_token optional

pull/97/head
Muhammad Atif Ali 2 years ago
parent 7d98ca6e4e
commit a678f228ab

@ -21,6 +21,7 @@ variable "jfrog_url" {
variable "artifactory_access_token" {
type = string
description = "The admin-level access token to use for JFrog."
default = ""
}
variable "username_field" {

Loading…
Cancel
Save