feat(dash): SSL certificate
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-env / versions.tf
1 terraform {
2   backend "consul" {
3     address = "10.30.51.21:8500"
4     scheme  = "http"
5     path    = "terraform/dash"
6   }
7   required_providers {
8     aws = {
9       source  = "hashicorp/aws"
10       version = ">= 4.3.0"
11     }
12     vault = {
13       version = ">= 3.12.0"
14     }
15   }
16   required_version = ">= 1.3.7"
17 }