feat(terraform): Migrate C-DASH to M7g.2xlarge
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / versions.tf
index 1d5fd15..5307426 100644 (file)
@@ -1,17 +1,12 @@
 terraform {
-  backend "consul" {
-    address = "consul.service.consul:8500"
-    scheme  = "http"
-    path    = "terraform/app-base"
-  }
   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.5.4"
 }