syntax fix

This commit is contained in:
Hugo Dutka 2025-06-18 16:23:18 +02:00
parent f24946503f
commit 1fcfcab8dd

View File

@ -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
}
}