Add support for Terraform v0.14.4+

* Support Terraform v0.13.x and v0.14.4+
This commit is contained in:
Dalton Hubble
2021-01-12 21:21:05 -08:00
parent 6a6af4aa16
commit 4220b9ce18
18 changed files with 20 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# Terraform version and plugin versions
terraform {
required_version = "~> 0.13.0"
required_version = ">= 0.13.0, < 0.15.0"
required_providers {
aws = ">= 2.23, <= 4.0"
template = "~> 2.1"