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" {
|
resource "coder_script" "nodejs" {
|
||||||
agent_id = var.agent_id
|
agent_id = var.agent_id
|
||||||
display_name = "Node.js: Install"
|
display_name = "Node.js: Install"
|
||||||
script = <<-EOT
|
script = <<-EOT
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user