Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 3227a47

Browse files
authored
fix(jetbrains-gateway): fix readme to include agent_name (#151)
1 parent cf1807d commit 3227a47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jetbrains-gateway/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module "jetbrains_gateway" {
1616
source = "registry.coder.com/modules/jetbrains-gateway/coder"
1717
version = "1.0.2"
1818
agent_id = coder_agent.example.id
19+
agent_name = "example"
1920
folder = "/home/coder/example"
2021
jetbrains_ides = ["GO", "WS", "IU", "PY", "PS", "CL", "RM"]
2122
default = "PY"
@@ -33,6 +34,7 @@ module "jetbrains_gateway" {
3334
source = "registry.coder.com/modules/jetbrains-gateway/coder"
3435
version = "1.0.2"
3536
agent_id = coder_agent.example.id
37+
agent_name = "example"
3638
folder = "/home/coder/example"
3739
jetbrains_ides = ["GO", "WS"]
3840
default = "GO"

0 commit comments

Comments
 (0)