fix(terraform): Split ETL jobs
[csit.git] / fdio.infra.terraform / terraform-nomad-prometheus / fdio / versions.tf
index 87853e8..97a7173 100644 (file)
@@ -2,7 +2,7 @@ terraform {
   backend "consul" {
     address = "10.30.51.23:8500"
     scheme  = "http"
-    path    = "terraform/etl"
+    path    = "terraform/prometheus"
   }
   required_providers {
     nomad = {