Skip to content

Commit ba740ae

Browse files
chore(deps): update hashicorp/google-beta requirement from >= 4, < 7 to >= 4, < 8
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>
1 parent f7cda95 commit ba740ae

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)