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

View File

@@ -9,7 +9,7 @@ job "hello-world" {
service {
name = "hello-world"
port = "www"
tags = [
"traefik.enable=true",
"traefik.http.routers.hello-world.middlewares=auth@file",
@@ -23,7 +23,7 @@ job "hello-world" {
timeout = "2s"
}
}
# Tasks are individual units of work that are run by Nomad.
task "web" {
@@ -58,4 +58,4 @@ job "hello-world" {
}
}
}
}
}