Skip to content

Commit 7bbe41b

Browse files
Update hashicorp/google requirement from ~> 5.13.0 to ~> 5.14.0
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/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google@v5.13.0...v5.14.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e77da5 commit 7bbe41b

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
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "~> 5.13.0"
5+
version = "~> 5.14.0"
66
}
77
null = {
88
version = "~> 3.2.2"

0 commit comments

Comments
 (0)