fix: terraform fmt alignment in coder_script.nodejs resource
This commit is contained in:
parent
817238ea64
commit
0fd0d08d2f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user