This commit is contained in:
35C4n0r 2026-02-07 08:55:35 +05:30
parent 32fa6cb194
commit 253f95ff5b
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -258,7 +258,7 @@ resource "coder_script" "agentapi" {
ARG_TASK_LOG_SNAPSHOT='${var.task_log_snapshot}' \
/tmp/main.sh
EOT
run_on_start = false
run_on_start = true
}
resource "coder_script" "agentapi_shutdown" {