From 4ab81b7e12f1fbcc13a81e2c860ed38a6f730ae4 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 20 Sep 2023 12:37:03 +0300 Subject: [PATCH] update REDAME --- jetbrains-gateway/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index b2315f3..3b67d22 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -16,10 +16,10 @@ To use this module, add the following snippet to your template manifest: ```hcl module "jetbrains_gateway" { - source = "git::https://github.com/coder/testing-modules.git//jetbrains-gateway" + source = "https://registry.coder.com/modules/jetbrains-gateway" agent_id = coder_agent.main.id agent_name = "main" - project_directory = "/home/coder" + project_directory = "/home/coder/project" gateway_ide_product_code = ["GO","WS"] # A list of JetBrains product codes use ["ALL"] for all products } ```