Update main.tf

This commit is contained in:
Hugo Dutka 2025-08-02 14:32:38 +02:00 committed by GitHub
parent 20170e1a24
commit 8982d15c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,3 +290,7 @@ resource "coder_ai_task" "claude_code" {
id = coder_app.claude_code_webx.id id = coder_app.claude_code_webx.id
} }
} }
resource "terraform_data" "claude_code_app_id" {
input = coder_app.claude_code_webx.id
}