artifactory_access_token = var.artifactory_access_token # An admin access token
package_managers = {
"npm": "npm-local",
}
npm_package_manager = "yarn"
}
## Authentication
## Authentication
Get a JFrog access token from your Artifactory instance. The token must have admin permissions. It is recommended to store the token in a secret terraform variable.
Get a JFrog access token from your Artifactory instance. The token must have admin permissions. It is recommended to store the token in a secret terraform variable.