|
|
|
@ -13,11 +13,11 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
|
|
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
|
module "jetbrains_gateway" {
|
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
|
agent_name = "example"
|
|
|
|
|
project_directory = "/home/coder/example"
|
|
|
|
|
jetbrains_ides = ["GO", "WS", "IU", "IC", "PY", "PC", "PS", "CL", "RM", "DB", "RD"]
|
|
|
|
|
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", "IC", "PY", "PC", "PS", "CL", "RM", "DB", "RD"]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
@ -29,12 +29,12 @@ module "jetbrains_gateway" {
|
|
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
|
module "jetbrains_gateway" {
|
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
|
agent_name = "example"
|
|
|
|
|
project_directory = "/home/coder/example"
|
|
|
|
|
jetbrains_ides = ["GO", "WS"]
|
|
|
|
|
default = "GO"
|
|
|
|
|
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"
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|