diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 209a2651..6c0b1738 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -290,3 +290,7 @@ resource "coder_ai_task" "claude_code" { id = coder_app.claude_code_webx.id } } + +resource "terraform_data" "claude_code_app_id" { + input = coder_app.claude_code_webx.id +}