Files
infra/2-nomad-config/teamsstatus.tf

13 lines
284 B
HCL

# Disabled
# 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")
# }
# }