Skip to content

Commit 8365522

Browse files
chore(deps): update hashicorp/google-beta requirement from >= 4, < 7 to >= 4, < 8 (#39)
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/v7.1.1/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google-beta@v4.0.0...v7.1.1) --- updated-dependencies: - dependency-name: hashicorp/google-beta dependency-version: 7.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70c6f1c commit 8365522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
google-beta = {
99
source = "hashicorp/google-beta"
10-
version = ">= 4, < 7"
10+
version = ">= 4, < 8"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)