chore(dogfood): update jetbrains toolbox module to use multi-select (#18011)

This commit is contained in:
Atif Ali
2025-05-29 21:57:05 +05:00
committed by GitHub
parent 458780d059
commit b80e5d7cc5
+5 -8
View File
@@ -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" {