tpotce/cloud/terraform/aws/versions.tf

9 lines
121 B
Terraform
Raw Normal View History

2019-06-25 15:33:56 +00:00
terraform {
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
2019-06-25 15:33:56 +00:00
}