Skip to content

Commit 457a116

Browse files
chore(deps): update hashicorp/google-beta requirement from >= 4, < 6 to >= 4, < 7 (#33)
* chore(deps): update hashicorp/google-beta requirement from >= 4, < 6 to >= 4, < 7 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/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google-beta@v4.0.0...v6.0.1) --- updated-dependencies: - dependency-name: hashicorp/google-beta dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: ci workflow trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent e55b1cc commit 457a116

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, < 6"
10+
version = ">= 4, < 7"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)