pull/97/head
Muhammad Atif Ali 2 years ago
parent a0507a0d1b
commit 61ceab6919

@ -58,8 +58,9 @@ locals {
# Configure the Artifactory provider # Configure the Artifactory provider
provider "artifactory" { provider "artifactory" {
url = join("/", [var.jfrog_url, "artifactory"]) url = join("/", [var.jfrog_url, "artifactory"])
access_token = var.artifactory_access_token == "" ? "default" : var.artifactory_access_token access_token = var.artifactory_access_token == "" ? "default" : var.artifactory_access_token
check_license = false
} }
resource "artifactory_scoped_token" "me" { resource "artifactory_scoped_token" "me" {

Loading…
Cancel
Save