From 88b01dba31a677907022d49d24ea3e47e3fb0fcd Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sat, 7 Feb 2026 09:16:23 +0530 Subject: [PATCH] debug: depends on --- registry/coder/modules/agentapi/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index e587a581..45c12852 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -259,6 +259,7 @@ resource "coder_script" "agentapi" { /tmp/main.sh EOT run_on_start = true + depends_on = [module.agent-helper] } resource "coder_script" "agentapi_shutdown" {