Skip to content

Commit

Permalink
Update hashicorp/google-beta requirement from >= 5.9.0, < 6 to >= 5.9…
Browse files Browse the repository at this point in the history
….0, < 7

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent a12a648 commit 675ecb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete-example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.9.0, < 6"
version = ">= 5.9.0, < 7"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.9.0, < 6"
version = ">= 5.9.0, < 7"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 675ecb6

Please sign in to comment.