Remove query for nomad-clients on backup task
Not used anymore
This commit is contained in:
parent
04adb5db04
commit
754c4393f3
@ -6,9 +6,9 @@ resource "nomad_job" "backups" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Get Nomad clients from Consul
|
# Get Nomad clients from Consul
|
||||||
data "consul_service" "nomad" {
|
# data "consul_service" "nomad" {
|
||||||
name = "nomad-client"
|
# name = "nomad-client"
|
||||||
}
|
# }
|
||||||
|
|
||||||
resource "nomad_job" "backups-oneoff" {
|
resource "nomad_job" "backups-oneoff" {
|
||||||
# TODO: Get list of nomad hosts dynamically
|
# TODO: Get list of nomad hosts dynamically
|
||||||
|
Loading…
Reference in New Issue
Block a user