From 1dac9a49f7f6214a12b767507b8f51064c0df5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:36:57 +0000 Subject: [PATCH] Update hashicorp/local requirement from <= 2.4.1 to <= 2.5.2 Updates the requirements on [hashicorp/local](https://github.com/hashicorp/terraform-provider-local) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-local/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-local/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-local/compare/v0.1.0...v2.5.1) --- updated-dependencies: - dependency-name: hashicorp/local dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- edbterraform/data/terraform/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edbterraform/data/terraform/versions.tf b/edbterraform/data/terraform/versions.tf index 70e71139..71174498 100644 --- a/edbterraform/data/terraform/versions.tf +++ b/edbterraform/data/terraform/versions.tf @@ -47,7 +47,7 @@ terraform { local = { source = "registry.terraform.io/hashicorp/local" - version = "< 2.4.2" + version = "< 2.5.2" } random = {