Allow use of google Terraform provider v4.0+

* https://github.com/hashicorp/terraform-provider-google/releases/tag/v4.0.0
This commit is contained in:
Dalton Hubble
2021-11-11 10:13:57 -08:00
parent e5d0ce5fd7
commit 07db4c1143
5 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
terraform {
required_version = ">= 0.13.0, < 2.0.0"
required_providers {
google = ">= 2.19, < 4.0"
google = ">= 2.19, < 5.0"
template = "~> 2.1"
ct = {