From 0fd0d08d2fbff9aa56f8311b115ea662bb237c69 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:02:37 +0000 Subject: [PATCH] fix: terraform fmt alignment in coder_script.nodejs resource --- registry/thezoker/modules/nodejs/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/thezoker/modules/nodejs/main.tf b/registry/thezoker/modules/nodejs/main.tf index c11b8996..08a77c91 100644 --- a/registry/thezoker/modules/nodejs/main.tf +++ b/registry/thezoker/modules/nodejs/main.tf @@ -99,9 +99,9 @@ resource "coder_script" "pre_install_script" { } resource "coder_script" "nodejs" { - agent_id = var.agent_id - display_name = "Node.js: Install" - script = <<-EOT + agent_id = var.agent_id + display_name = "Node.js: Install" + script = <<-EOT #!/bin/bash set -o errexit set -o pipefail