Add support for Terraform v1.0.0

* https://github.com/hashicorp/terraform/releases/tag/v1.0.0
This commit is contained in:
Dalton Hubble
2021-06-17 13:25:43 -07:00
parent d77343be3a
commit e8513e58bb
38 changed files with 51 additions and 40 deletions

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 {
google = ">= 2.19, < 4.0"
template = "~> 2.1"