8000
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 0aa2ae1 commit 0abb448Copy full SHA for 0abb448
dogfood/coder/main.tf
@@ -192,14 +192,14 @@ module "vscode-web" {
192
}
193
194
module "jetbrains" {
195
- count = data.coder_workspace.me.start_count
196
- source = "git::https://github.com/coder/modules.git//jetbrains?ref=jetbrains"
197
- agent_id = coder_agent.dev.id
198
- folder = local.repo_dir
199
- options = ["WS", "GO"]
200
- default = "GO"
201
- latest = true
202
- 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"
203
204
205
module "filebrowser" {
0 commit comments