Skip to content

chore(dogfood): switch to JetBrains Toolbox module #17392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
matifali committed Apr 14, 2025
commit 0abb448595606fedadb0568362e1bb9754c24f15
16 changes: 8 additions & 8 deletions dogfood/coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@ 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/modules.git//jetbrains?ref=jetbrains"
agent_id = coder_agent.dev.id
folder = local.repo_dir
options = ["WS", "GO"]
default = "GO"
latest = true
channel = "eap"
}

module "filebrowser" {
Expand Down
Loading