From 8982d15c0d5fb84624fd1df2f2edc49baaaf5a2b Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Sat, 2 Aug 2025 14:32:38 +0200 Subject: [PATCH] Update main.tf --- registry/coder/modules/claude-code/main.tf | 4 ++++ 1 file changed, 4 insertions(+) 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 +}