From 1fcfcab8ddb6e28483845e554b12a522951783b8 Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Wed, 18 Jun 2025 16:23:18 +0200 Subject: [PATCH] syntax fix --- registry/coder/modules/claude-code/main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index d2e693b1..eda5b54a 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -297,5 +297,7 @@ resource "coder_app" "claude_code" { } resource "coder_ai_task" "claude_code" { - sidebar_app_id = coder_app.claude_code.id + sidebar_app { + id = coder_app.claude_code.id + } } \ No newline at end of file