From 32fa6cb194ab3973ed6034bee71b3ccc99079b53 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sat, 7 Feb 2026 08:52:29 +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 e587a581..d0050b6a 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 = true + run_on_start = false } resource "coder_script" "agentapi_shutdown" {