mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore(dogfood): update jetbrains toolbox module to use multi-select (#18011)
This commit is contained in:
@@ -267,14 +267,11 @@ module "vscode-web" {
|
||||
}
|
||||
|
||||
module "jetbrains" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "git::https://github.com/coder/modules.git//jetbrains?ref=jetbrains"
|
||||
agent_id = coder_agent.dev.id
|
||||
folder = local.repo_dir
|
||||
options = ["WS", "GO"]
|
||||
default = "GO"
|
||||
latest = true
|
||||
channel = "eap"
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "git::https://github.com/coder/registry.git//registry/coder/modules/jetbrains?ref=jetbrains"
|
||||
agent_id = coder_agent.dev.id
|
||||
folder = local.repo_dir
|
||||
major_version = "latest"
|
||||
}
|
||||
|
||||
module "filebrowser" {
|
||||
|
||||
Reference in New Issue
Block a user