From a96fe3fd5b99ef9b1e9733827059a33dbc41dfcb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 15 Nov 2023 10:08:44 +0300 Subject: [PATCH] use `checj_license = true` by default --- jfrog-token/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-token/main.tf b/jfrog-token/main.tf index e07d05c..9a001d6 100644 --- a/jfrog-token/main.tf +++ b/jfrog-token/main.tf @@ -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" {