Skip to content

Commit 3d6fad4

Browse files
build(deps): update hashicorp/google-beta requirement from ~> 7.4.0 to ~> 7.6.0 (#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/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google-beta@v7.4.0...v7.6.0) --- updated-dependencies: - dependency-name: hashicorp/google-beta dependency-version: 7.6.0 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 512d675 commit 3d6fad4

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
@@ -8,7 +8,7 @@ terraform {
88
}
99
google-beta = {
1010
source = "hashicorp/google-beta"
11-
version = "~> 7.4.0"
11+
version = "~> 7.6.0"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)