Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb80e5d7

Browse files
authored
chore(dogfood): update jetbrains toolbox module to use multi-select (#18011)
1 parent458780d commitb80e5d7

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)

[8]ページ先頭

©2009-2025 Movatter.jp