Skip to content

Commit b80e5d7

Browse files
authored
chore(dogfood): update jetbrains toolbox module to use multi-select (coder#18011)
1 parent 458780d commit b80e5d7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

dogfood/coder/main.tf

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,11 @@ module "vscode-web" {
267267
}
268268

269269
module "jetbrains" {
270-
count = data.coder_workspace.me.start_count
271-
source = "git::https://github.com/coder/modules.git//jetbrains?ref=jetbrains"
272-
agent_id = coder_agent.dev.id
273-
folder = local.repo_dir
274-
options = ["WS", "GO"]
275-
default = "GO"
276-
latest = true
277-
channel = "eap"
270+
count = data.coder_workspace.me.start_count
271+
source = "git::https://github.com/coder/registry.git//registry/coder/modules/jetbrains?ref=jetbrains"
272+
agent_id = coder_agent.dev.id
273+
folder = local.repo_dir
274+
major_version = "latest"
278275
}
279276

280277
module "filebrowser" {

0 commit comments

Comments
 (0)