Update required Terraform versions to v0.13 <= x < v0.16

* Allow Terraform v0.13.x, v0.14.x, or v0.15.x
This commit is contained in:
Dalton Hubble
2021-04-15 19:16:41 -07:00
parent a4ecf168df
commit f8fd2f8912

View File

@@ -1,7 +1,7 @@
# Terraform version and plugin versions
terraform {
required_version = ">= 0.13.0, < 0.15.0"
required_version = ">= 0.13.0, < 0.16.0"
required_providers {
random = ">= 2.2, < 4"
template = ">= 2.1, < 4"