aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-elastic-beanstalk-environment/versions.tf
blob: 5aa6f2519e3d29030088d4b8166dd28ac5aad5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 5.7.0"
    }
    vault = {
      version = ">= 3.2.1"
    }
  }
  required_version = ">= 1.5.4"
}