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
1 changed files with 1 additions and 1 deletions

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"