Skip to content

Commit

Permalink
terraform: update hashicorp/google requirement from ~> 5.2 to ~> 6.0 (#…
Browse files Browse the repository at this point in the history
…202)

Updates the requirements on [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/v6.0.1/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v5.2.0...v6.0.1)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent c9689d8 commit 70b6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "~> 5.2"
version = "~> 6.0"
}
}
backend "remote" {
Expand Down

0 comments on commit 70b6955

Please sign in to comment.