Add Nomad job configuration for Teams Status Updater

This commit is contained in:
2025-06-07 09:07:48 +10:00
parent 8920be1ba0
commit 2d497e5195
2 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
resource "nomad_job" "teamsstatus" {
jobspec = file("${path.module}/teamsstatus.nomad.hcl")
}
# resource "nomad_variable" "teamsstatus" {
# path = "nomad/jobs/teamsstatus"
# items = {
# token_cache_json = file("${path.module}/token_cache.json")
# }
# }