From b8f8b7edd01b0c3985be05c1a499affb6d2c7325 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 11:39:23 +0300 Subject: [PATCH] chore: remove ALL option from gateway plugin --- jetbrains-gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index 3b67d22..4236a82 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -20,7 +20,7 @@ module "jetbrains_gateway" { agent_id = coder_agent.main.id agent_name = "main" project_directory = "/home/coder/project" - gateway_ide_product_code = ["GO","WS"] # A list of JetBrains product codes use ["ALL"] for all products + gateway_ide_product_code = ["GO","WS"] } ```