C-Dash: Enable reading of constants from env variables
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / versions.tf
index d3a7e8e..cd4761e 100644 (file)
@@ -1,17 +1,12 @@
 terraform {
-  backend "consul" {
-    address = "10.30.51.24: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.4.2"
 }