From 253f95ff5bdff5c3881cc715b5aca34a14f9d558 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sat, 7 Feb 2026 08:55:35 +0530 Subject: [PATCH] debug --- registry/coder/modules/agentapi/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index d0050b6a..e587a581 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -258,7 +258,7 @@ resource "coder_script" "agentapi" { ARG_TASK_LOG_SNAPSHOT='${var.task_log_snapshot}' \ /tmp/main.sh EOT - run_on_start = false + run_on_start = true } resource "coder_script" "agentapi_shutdown" {