10000 chore: add output for claude-code app id · coder/registry@e149189 · GitHub
[go: up one dir, main page]

Skip to content

Commit e149189

Browse files
committed
chore: add output for claude-code app id
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent b58bfeb commit e149189

File tree

1 file changed

+4
-0
lines changed
  • registry/coder/modules/claude-code

1 file changed

+4
-0
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,7 @@ resource "coder_app" "claude_code" {
253253
order = var.order
254254
group = var.group
255255
}
256+
257+
output "app_id" {
258+
value = coder_app.claude_code.id
259+
}

0 commit comments

Comments
 (0)
0