Skip to content

Commit

Permalink
chore(deps): update hashicorp/google-beta requirement from >= 4, < 6 …
Browse files Browse the repository at this point in the history
…to >= 4, < 7 (#33)

* chore(deps): update hashicorp/google-beta requirement from >= 4, < 6 to >= 4, < 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/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v4.0.0...v6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: ci workflow trigger

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Said Sef <saidsef@gmail.com>
  • Loading branch information
dependabot[bot] and saidsef authored Sep 5, 2024
1 parent e55b1cc commit 457a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4, < 6"
version = ">= 4, < 7"
}
}

Expand Down

0 comments on commit 457a116

Please sign in to comment.