feat(bootstrap): Add more granular eb scripts
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-env / versions.tf
index 4afbbc0..153890e 100644 (file)
@@ -1,17 +1,17 @@
 terraform {
   backend "consul" {
-    address = "10.32.8.14:8500"
+    address = "10.30.51.24:8500"
     scheme  = "http"
-    path    = "terraform/dash"
+    path    = "terraform/dash_m7g"
   }
   required_providers {
     aws = {
       source  = "hashicorp/aws"
-      version = ">= 4.3.0"
+      version = ">= 5.31.0"
     }
     vault = {
-      version = ">= 3.2.1"
+      version = ">= 3.23.0"
     }
   }
-  required_version = ">= 1.1.4"
+  required_version = ">= 1.4.2"
 }