From 0f11e4a5f88326b416e7a9c90a8d15d11b7b96a5 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Mon, 9 Feb 2026 08:47:33 +0530 Subject: [PATCH] chore: bun fmt --- registry/coder/modules/agentapi/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/agentapi/main.tf b/registry/coder/modules/agentapi/main.tf index 866c3099..4a0048d0 100644 --- a/registry/coder/modules/agentapi/main.tf +++ b/registry/coder/modules/agentapi/main.tf @@ -301,7 +301,7 @@ resource "coder_script" "agentapi" { /tmp/main.sh EOT run_on_start = true - depends_on = [module.agent-helper] + depends_on = [module.agent-helper] } resource "coder_script" "agentapi_shutdown" {