Remove query for nomad-clients on backup task
Not used anymore
This commit is contained in:
parent
73b99f80f5
commit
1a1f243354
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user