We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458780d commit b80e5d7Copy full SHA for b80e5d7
dogfood/coder/main.tf
@@ -267,14 +267,11 @@ module "vscode-web" {
267
}
268
269
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"
+ 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"
278
279
280
module "filebrowser" {
0 commit comments