File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
0-bootstrap/modules/gitlab-oidc
1-org/modules/cai-monitoring Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
20
20
21
21
google = {
22
22
source = " hashicorp/google"
23
- version = " >= 3.64, < 5.0.0 "
23
+ version = " >= 3.64, < 6 "
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ module "secure_cai_notification" {
54
54
The following dependencies must be available:
55
55
56
56
* [ Terraform] ( https://www.terraform.io/downloads.html ) >= 1.3
57
- * [ Terraform Provider for GCP] ( https://github.com/terraform-providers/terraform-provider-google ) < 5.0
57
+ * [ Terraform Provider for GCP] ( https://github.com/terraform-providers/terraform-provider-google ) >= 3.77
58
58
59
59
### APIs
60
60
You can’t perform that action at this time.
0 commit comments