From c5d83570bce5ff28acdc849c8994c8d3891b9545 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 28 Nov 2025 21:24:27 +0530 Subject: [PATCH] wip --- registry/coder/modules/claude-code/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index f8e7c6b7..e68bd596 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -336,7 +336,7 @@ module "agentapi" { source = "registry.coder.com/coder/agentapi/coder" version = "2.0.0" - count = report_tasks ? 1 : 0 + count = var.report_tasks ? 1 : 0 agent_id = var.agent_id web_app_slug = local.app_slug web_app_order = var.order