From fe2c58a2c05996a2c83d4031869b62b95917adcb Mon Sep 17 00:00:00 2001 From: Jullian Pepito Date: Fri, 8 Aug 2025 15:25:42 -0700 Subject: [PATCH] fix(jetbrains): Ties var.group to the coder_app. --- registry/coder/modules/jetbrains/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/coder/modules/jetbrains/main.tf b/registry/coder/modules/jetbrains/main.tf index 71d52c49..e4f5ec35 100644 --- a/registry/coder/modules/jetbrains/main.tf +++ b/registry/coder/modules/jetbrains/main.tf @@ -231,6 +231,7 @@ resource "coder_app" "jetbrains" { icon = local.options_metadata[each.key].icon external = true order = var.coder_app_order + group = var.group url = join("", [ "jetbrains://gateway/coder?&workspace=", # requires 2.6.3+ version of Toolbox data.coder_workspace.me.name,