Add support for Terraform v1.0.0

This commit is contained in:
Dalton Hubble
2021-06-17 13:24:45 -07:00
parent 0f33aeba5d
commit 33a85e6603

View File

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