Skip to content

Commit

Permalink
fix(provider): perma-diff in provider causes Cloud Functions in 1-org…
Browse files Browse the repository at this point in the history
… to always fail (#1311)
  • Loading branch information
eeaton authored Aug 1, 2024
1 parent 320e9d5 commit 4a92a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1-org/modules/cai-monitoring/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.77"
version = ">= 3.77, <=5.37"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77"
version = ">= 3.77, <=5.37"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 4a92a09

Please sign in to comment.