fix: terraform fmt alignment in coder_script.nodejs resource

This commit is contained in:
blink-so[bot] 2026-03-19 18:02:37 +00:00
parent 817238ea64
commit 0fd0d08d2f

View File

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