Skip to content

Commit

Permalink
Chore(deps): update hashicorp/google requirement from >= 4.38, < 5.0 …
Browse files Browse the repository at this point in the history
…to >= 4.38, < 6.0

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/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v4.38.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent efebe4e commit b08a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.38, < 5.0"
version = ">= 4.38, < 6.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit b08a1a6

Please sign in to comment.