From ca02ecb62104fdf8d48257d1970bf7eea24c5842 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 26 Jan 2024 03:13:26 +0300 Subject: [PATCH] Update JFrog token documentation --- jfrog-token/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/jfrog-token/README.md b/jfrog-token/README.md index 2cba7ad..3ea0f9a 100644 --- a/jfrog-token/README.md +++ b/jfrog-token/README.md @@ -27,14 +27,7 @@ module "jfrog" { } ``` -Get a JFrog access token from your Artifactory instance. The token must be an [admin token](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs#access-token). It is recommended to store the token in a secret terraform variable. - -```hcl -variable "artifactory_access_token" { - type = string - sensitive = true -} -``` +For detailed instructions, please see this [guide](https://coder.com/docs/v2/latest/guides/artifactory-integration#jfrog-token) on the Coder documentation. > Note > This module does not install `npm`, `go`, `pip`, etc but only configure them. You need to handle the installation of these tools yourself.