Skip to content

Commit

Permalink
Update hashicorp/google requirement from ~> 4.42.0 to ~> 4.44.1 in /gcp
Browse files Browse the repository at this point in the history
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.42.0...v4.44.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 26, 2022
1 parent 2bea819 commit b4e9f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/versions.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.42.0"
version = "~> 4.44.1"
}
google-beta = {
source = "hashicorp/google-beta"
Expand Down

0 comments on commit b4e9f56

Please sign in to comment.