debug: depends on

This commit is contained in:
35C4n0r 2026-02-07 09:16:23 +05:30
parent 253f95ff5b
commit 88b01dba31
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -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" {