From 807655e9fdb3635f15bd537eb21e4c586b3e38b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:03:10 +0000 Subject: [PATCH] build(deps): update hashicorp/google requirement from >= 3.50, < 5.0 to >= 3.50, < 6.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](https://github.com/hashicorp/terraform-provider-google/compare/v3.50.0...v5.21.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _example/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/versions.tf b/_example/versions.tf index cf0d55e..3466f28 100644 --- a/_example/versions.tf +++ b/_example/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.50, < 5.0" + version = ">= 3.50, < 6.0" } } } \ No newline at end of file