From 64c6417cf5e7ef220a7041605b8d221a5177a1c8 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Mon, 9 Feb 2026 21:02:01 +0530 Subject: [PATCH] feat: remove depends_on --- registry/coder/modules/agentapi/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index 036f1959..25aaf85e 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -260,7 +260,6 @@ resource "coder_script" "agentapi" { /tmp/main.sh EOT run_on_start = true - depends_on = [module.agent-helper] } resource "coder_script" "agentapi_shutdown" {