|
|
@ -22,7 +22,7 @@ Install the JF CLI and authenticate package managers with Artifactory.
|
|
|
|
module "jfrog" {
|
|
|
|
module "jfrog" {
|
|
|
|
source = "https://registry.coder.com/modules/jfrog"
|
|
|
|
source = "https://registry.coder.com/modules/jfrog"
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
jfrog_host = "YYYY.jfrog.io"
|
|
|
|
jfrog_url = "https://YYYY.jfrog.io"
|
|
|
|
artifactory_access_token = var.artifactory_access_token # 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",
|
|
|
|