Add Nomad job configuration for Teams Status Updater
This commit is contained in:
10
2-nomad-config/teamsstatus.tf
Normal file
10
2-nomad-config/teamsstatus.tf
Normal 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")
|
||||
# }
|
||||
# }
|
||||
Reference in New Issue
Block a user