diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index e68bd596..5c8455d8 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -403,5 +403,5 @@ module "agentapi" { } output "task_app_id" { - value = module.agentapi.task_app_id + value = try(module.agentapi[0].task_app_id, null) }