feat(bootstrap): Add more granular eb scripts
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-env / versions.tf
index 88edb12..153890e 100644 (file)
@@ -2,16 +2,16 @@ terraform {
   backend "consul" {
     address = "10.30.51.24:8500"
     scheme  = "http"
-    path    = "terraform/dash"
+    path    = "terraform/dash_m7g"
   }
   required_providers {
     aws = {
       source  = "hashicorp/aws"
-      version = ">= 5.7.0"
+      version = ">= 5.31.0"
     }
     vault = {
-      version = ">= 3.12.0"
+      version = ">= 3.23.0"
     }
   }
-  required_version = ">= 1.5.4"
+  required_version = ">= 1.4.2"
 }