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 92a154f commit 814f765Copy full SHA for 814f765
registry/coder/modules/jetbrains/main.tf
@@ -231,6 +231,7 @@ resource "coder_app" "jetbrains" {
231
icon = local.options_metadata[each.key].icon
232
external = true
233
order = var.coder_app_order
234
+ group = var.group
235
url = join("", [
236
"jetbrains://gateway/coder?&workspace=", # requires 2.6.3+ version of Toolbox
237
data.coder_workspace.me.name,
0 commit comments