feat: remove depends_on

This commit is contained in:
35C4n0r 2026-02-09 21:02:01 +05:30
parent 08fcdcc52e
commit 64c6417cf5
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

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