From 75cfafa4dc976eeb6f68e35b49da9f0c38a64a18 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 8 Dec 2023 01:54:54 +0300 Subject: [PATCH] remove `agent_name` from README.md --- jetbrains-gateway/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index fcbf21d..a48765b 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -15,7 +15,6 @@ This module adds a JetBrains Gateway Button to open any workspace with a single module "jetbrains_gateway" { source = "https://registry.coder.com/modules/jetbrains-gateway" agent_id = coder_agent.example.id - agent_name = "example" folder = "/home/coder/example" jetbrains_ides = ["GO", "WS", "IU", "PY", "PS", "CL", "RM"] default = "PY" @@ -32,7 +31,6 @@ module "jetbrains_gateway" { module "jetbrains_gateway" { source = "https://registry.coder.com/modules/jetbrains-gateway" agent_id = coder_agent.example.id - agent_name = "example" folder = "/home/coder/example" jetbrains_ides = ["GO", "WS"] default = "GO"