diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index 455d4739..d81ddea2 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -246,7 +246,7 @@ resource "coder_app" "agentapi_cli" { resource "coder_ai_task" "agentapi" { count = var.enable_tasks ? 1 : 0 - + sidebar_app { id = coder_app.agentapi_web.id }