Remove query for nomad-clients on backup task

Not used anymore
This commit is contained in:
IamTheFij 2022-10-31 15:27:29 -07:00
parent 04adb5db04
commit 754c4393f3
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ resource "nomad_job" "backups" {
}
# Get Nomad clients from Consul
data "consul_service" "nomad" {
name = "nomad-client"
}
# data "consul_service" "nomad" {
# name = "nomad-client"
# }
resource "nomad_job" "backups-oneoff" {
# TODO: Get list of nomad hosts dynamically