|
|
@ -16,7 +16,7 @@ module "jetbrains_gateway" {
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_name = "example"
|
|
|
|
agent_name = "example"
|
|
|
|
project_directory = "/home/coder/example"
|
|
|
|
folder = "/home/coder/example"
|
|
|
|
jetbrains_ides = ["GO", "WS", "IU", "IC", "PY", "PC", "PS", "CL", "RM", "DB", "RD"]
|
|
|
|
jetbrains_ides = ["GO", "WS", "IU", "IC", "PY", "PC", "PS", "CL", "RM", "DB", "RD"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
@ -32,7 +32,7 @@ module "jetbrains_gateway" {
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_name = "example"
|
|
|
|
agent_name = "example"
|
|
|
|
project_directory = "/home/coder/example"
|
|
|
|
folder = "/home/coder/example"
|
|
|
|
jetbrains_ides = ["GO", "WS"]
|
|
|
|
jetbrains_ides = ["GO", "WS"]
|
|
|
|
default = "GO"
|
|
|
|
default = "GO"
|
|
|
|
}
|
|
|
|
}
|
|
|
|