diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 1435a2f3..eb831caf 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -253,3 +253,7 @@ resource "coder_app" "claude_code" { order = var.order group = var.group } + +output "app_id" { + value = coder_app.claude_code.id +} \ No newline at end of file