1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-29 02:46:25 +02:00

Fix null provider version constraint on Google Cloud

* Part of https://github.com/poseidon/typhoon/pull/1074
This commit is contained in:
Dalton Hubble 2021-12-08 14:06:38 -08:00
parent c1d28e6f61
commit 9d583ab377

View File

@ -5,7 +5,7 @@ terraform {
required_providers {
google = ">= 2.19, < 5.0"
template = "~> 2.2"
null = "~> 3.1"
null = ">= 2.1"
ct = {
source = "poseidon/ct"