Skip to content

Commit ee876a1

Browse files
build(deps): update hashicorp/google requirement from ~> 6.49.2 to ~> 7.0.1 (#29)
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@v6.49.2...v7.0.1) --- updated-dependencies: - dependency-name: hashicorp/google dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aba4d3b commit ee876a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete-example/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "~> 6.49.2"
7+
version = "~> 7.0.1"
88
}
99
google-beta = {
1010
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)