From d78a06be78ba457902671c440081d635a5fe7c7a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 18:05:34 +0300 Subject: [PATCH] update README --- jfrog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog/README.md b/jfrog/README.md index 45d939c..93aa196 100644 --- a/jfrog/README.md +++ b/jfrog/README.md @@ -22,7 +22,7 @@ Install the JF CLI and authenticate package managers with Artifactory. module "jfrog" { source = "https://registry.coder.com/modules/jfrog" 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 package_managers = { "npm": "npm-local",