remove `agent_name` from README.md

pull/99/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 6acab56d1e
commit 75cfafa4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save