C-Dash: Add rls2406 data
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-env / versions.tf
index cce47fa..153890e 100644 (file)
@@ -1,17 +1,17 @@
 terraform {
   backend "consul" {
-    address = "10.30.51.21: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.12.0"
+      version = ">= 3.23.0"
     }
   }
-  required_version = ">= 1.3.7"
+  required_version = ">= 1.4.2"
 }