use `checj_license = true` by default

pull/100/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent a89b5ceccf
commit a96fe3fd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ variable "artifactory_access_token" {
variable "check_license" {
type = bool
description = "If your usage doesn't require a license, you can set `check_license` attribute to `false` to skip this check."
deafult = false
deafult = true
}
variable "username_field" {

Loading…
Cancel
Save