Add instruction

pull/333/head
kerwin612 9 months ago
parent 844d76bc62
commit 0a20fe8bae

@ -72,6 +72,22 @@ module "jetbrains_gateway" {
}
```
### Custom base link
```tf
module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.21"
agent_id = coder_agent.example.id
agent_name = "example"
folder = "/home/coder/example"
jetbrains_ides = ["GO", "WS"]
releases_base_link = "https://releases.internal.site/"
download_base_link = "https://download.internal.site/"
default = "GO"
}
```
## Supported IDEs
This module and JetBrains Gateway support the following JetBrains IDEs:

Loading…
Cancel
Save