This commit is contained in:
35C4n0r 2026-02-09 22:54:28 +05:30
parent a35df647ec
commit 3dddb96b20
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -259,7 +259,7 @@ resource "coder_script" "agentapi" {
/tmp/main.sh /tmp/main.sh
EOT EOT
run_on_start = true run_on_start = true
depends_on = [module.agent-helper] depends_on = [module.agent-helper]
} }
resource "coder_script" "agentapi_shutdown" { resource "coder_script" "agentapi_shutdown" {