8000 Add instruction · coder/modules@0a20fe8 · GitHub
[go: up one dir, main page]

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

Commit 0a20fe8

Browse files
committed
Add instruction
1 parent 844d76b commit 0a20fe8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

jetbrains-gateway/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@ module "jetbrains_gateway" {
7272
}
7373
```
7474

75+
### Custom base link
76+
77+
```tf
78+
module "jetbrains_gateway" {
79+
source = "registry.coder.com/modules/jetbrains-gateway/coder"
80+
version = "1.0.21"
81+
agent_id = coder_agent.example.id
82+
agent_name = "example"
83+
folder = "/home/coder/example"
84+
jetbrains_ides = ["GO", "WS"]
85+
releases_base_link = "https://releases.internal.site/"
86+
download_base_link = "https://download.internal.site/"
87+
default = "GO"
88+
}
89+
```
90+
7591
## Supported IDEs
7692

7793
This module and JetBrains Gateway support the following JetBrains IDEs:

0 commit comments

Comments
 (0)
0