Skip to content

Commit 59f1598

Browse files
Update hashicorp/google requirement from >= 5.9.0, < 6 to >= 5.9.0, < 7 (#16)
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/v6.0.1/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google@v5.9.0...v6.0.1) --- updated-dependencies: - dependency-name: hashicorp/google 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 a12a648 commit 59f1598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = ">= 5.9.0, < 6"
7+
version = ">= 5.9.0, < 7"
88
}
99
google-beta = {
1010
source = "hashicorp/google-beta"

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 = ">= 5.9.0, < 6"
7+
version = ">= 5.9.0, < 7"
88
}
99
google-beta = {
1010
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)