Fix null provider version constraint on Google Cloud
* Part of https://github.com/poseidon/typhoon/pull/1074
This commit is contained in:
parent
c1d28e6f61
commit
9d583ab377
|
@ -5,7 +5,7 @@ terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
google = ">= 2.19, < 5.0"
|
google = ">= 2.19, < 5.0"
|
||||||
template = "~> 2.2"
|
template = "~> 2.2"
|
||||||
null = "~> 3.1"
|
null = ">= 2.1"
|
||||||
|
|
||||||
ct = {
|
ct = {
|
||||||
source = "poseidon/ct"
|
source = "poseidon/ct"
|
||||||
|
|
Loading…
Reference in New Issue