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.
fmt
1 parent f666f25 commit e1c952cCopy full SHA for e1c952c
dogfood/coder/main.tf
@@ -267,10 +267,10 @@ module "vscode-web" {
267
}
268
269
module "jetbrains" {
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
+ 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
274
major_version = "latest"
275
276
0 commit comments