mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-20 23:21:33 +02:00
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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user