Format terraform and nomad files

This commit is contained in:
2025-05-18 21:28:24 +10:00
parent 837cfdae68
commit 9cdd529633
12 changed files with 80 additions and 72 deletions

3
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"recommendations": ["hashicorp.terraform", "fredwangwang.vscode-hcl-format"]
}

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true
}

View File

@@ -27,8 +27,8 @@ job "demo-webapp" {
task "server" { task "server" {
env { env {
PORT = "${NOMAD_PORT_http}" PORT = NOMAD_PORT_http
NODE_IP = "${NOMAD_IP_http}" NODE_IP = NOMAD_IP_http
} }
driver = "docker" driver = "docker"