Skip to content

Commit

Permalink
feat(deps): Update Terraform google to v5 (#1066)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
renovate[bot] and apeabody authored Jan 24, 2024
1 parent 2d9a438 commit a6adc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0-bootstrap/modules/gitlab-oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.64, < 5.0.0"
version = ">= 3.64, < 6"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 1-org/modules/cai-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "secure_cai_notification" {
The following dependencies must be available:

* [Terraform](https://www.terraform.io/downloads.html) >= 1.3
* [Terraform Provider for GCP](https://github.com/terraform-providers/terraform-provider-google) < 5.0
* [Terraform Provider for GCP](https://github.com/terraform-providers/terraform-provider-google) >= 3.77

### APIs

Expand Down

0 comments on commit a6adc7e

Please sign in to comment.