Disable Nomad job configuration for Teams Status
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
resource "nomad_job" "teamsstatus" {
|
||||
jobspec = file("${path.module}/teamsstatus.nomad.hcl")
|
||||
}
|
||||
# Disabled
|
||||
|
||||
# resource "nomad_job" "teamsstatus" {
|
||||
# jobspec = file("${path.module}/teamsstatus.nomad.hcl")
|
||||
# }
|
||||
|
||||
# resource "nomad_variable" "teamsstatus" {
|
||||
# path = "nomad/jobs/teamsstatus"
|
||||
|
||||
Reference in New Issue
Block a user