artifactory_access_token = "XXXX" # An admin access token
artifactory_access_token = "var.artifactory_access_token" # An admin access token
package_managers = {
package_managers = {
"npm": "npm-local",
"npm": "npm-local",
"go": "go-local",
"go": "go-local",
@ -27,3 +27,14 @@ module "jfrog" {
}
}
}
}
```
```
## 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.