aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-fdio-csit-dash-env/versions.tf
blob: 153890e01b4d52b5ffe619b2749a08f5651137bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
terraform {
  backend "consul" {
    address = "10.30.51.24:8500"
    scheme  = "http"
    path    = "terraform/dash_m7g"
  }
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 5.31.0"
    }
    vault = {
      version = ">= 3.23.0"
    }
  }
  required_version = ">= 1.4.2"
}