Revert "fix(IPsecUtil): Delete keywords no longer used"
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-env / versions.tf
1 terraform {
2   backend "consul" {
3     address = "10.30.51.24:8500"
4     scheme  = "http"
5     path    = "terraform/dash_m7g"
6   }
7   required_providers {
8     aws = {
9       source  = "hashicorp/aws"
10       version = ">= 5.31.0"
11     }
12     vault = {
13       version = ">= 3.23.0"
14     }
15   }
16   required_version = ">= 1.4.2"
17 }