From b80e5d7cc5a4e10127affe9b827d9ea07c645498 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 29 May 2025 09:57:05 -0700 Subject: [PATCH] chore(dogfood): update jetbrains toolbox module to use multi-select (#18011) --- dogfood/coder/main.tf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index bf23dfa96b..6343010958 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -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" {