diff --git a/jfrog-token/main.tf b/jfrog-token/main.tf index 9a001d6..78c0824 100644 --- a/jfrog-token/main.tf +++ b/jfrog-token/main.tf @@ -25,8 +25,8 @@ 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 = true + description = "Toggle for pre-flight checking of Artifactory license. Default to `true`." + default = true } variable "username_field" {