Skip to content

Commit 814f765

Browse files
jatcod3rJullian Pepito
andauthored
fix(jetbrains): Ties var.group to the coder_app. (#310)
Co-authored-by: Jullian Pepito <[email protected]>
1 parent 92a154f commit 814f765

File tree

1 file changed

+1
-0
lines changed
  • registry/coder/modules/jetbrains

1 file changed

+1
-0
lines changed

registry/coder/modules/jetbrains/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ resource "coder_app" "jetbrains" {
231231
icon = local.options_metadata[each.key].icon
232232
external = true
233233
order = var.coder_app_order
234+
group = var.group
234235
url = join("", [
235236
"jetbrains://gateway/coder?&workspace=", # requires 2.6.3+ version of Toolbox
236237
data.coder_workspace.me.name,

0 commit comments

Comments
 (0)