Add support for Terraform v0.14.x

* Support Terraform v0.13.x and v0.14.x
This commit is contained in:
Dalton Hubble
2020-12-07 00:17:53 -08:00
parent bee455f83a
commit 968febb050
28 changed files with 29 additions and 27 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 {
google = ">= 2.19, < 4.0"
template = "~> 2.1"