Skip to content

Commit 4a92a09

Browse files
authored
fix(provider): perma-diff in provider causes Cloud Functions in 1-org to always fail (#1311)
1 parent 320e9d5 commit 4a92a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-org/modules/cai-monitoring/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.77"
22+
version = ">= 3.77, <=5.37"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.77"
26+
version = ">= 3.77, <=5.37"
2727
}
2828
random = {
2929
source = "hashicorp/random"

0 commit comments

Comments
 (0)