feat(terraform): Update Prometheus
[csit.git] / fdio.infra.terraform / terraform-nomad-prometheus / fdio / versions.tf
index 409f479..87853e8 100644 (file)
@@ -1,17 +1,17 @@
 terraform {
   backend "consul" {
-    address = "consul.service.consul:8500"
+    address = "10.30.51.23:8500"
     scheme  = "http"
-    path    = "terraform/prometheus"
+    path    = "terraform/etl"
   }
   required_providers {
     nomad = {
       source  = "hashicorp/nomad"
-      version = ">= 1.4.16"
+      version = ">= 1.4.19"
     }
     vault = {
-      version = ">= 3.2.1"
+      version = ">= 3.12.0"
     }
   }
-  required_version = ">= 1.1.4"
+  required_version = ">= 1.3.7"
 }
\ No newline at end of file