diff --git a/1-org/modules/cai-monitoring/versions.tf b/1-org/modules/cai-monitoring/versions.tf index d516241ce..13707a6cf 100644 --- a/1-org/modules/cai-monitoring/versions.tf +++ b/1-org/modules/cai-monitoring/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.77, <=5.37" + version = ">= 3.77, <= 5.40" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.77, <=5.37" + version = ">= 3.77, <= 5.40" } random = { source = "hashicorp/random"