From 754c4393f35f64cd3f092b49761df62363155f59 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 31 Oct 2022 15:27:29 -0700 Subject: [PATCH] Remove query for nomad-clients on backup task Not used anymore --- nomad/services/backups/backups.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nomad/services/backups/backups.tf b/nomad/services/backups/backups.tf index 29791a8..f62e0b8 100644 --- a/nomad/services/backups/backups.tf +++ b/nomad/services/backups/backups.tf @@ -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