From 44c679b24d57ef6749f06153459b5ada04ac095b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 02:33:46 +0000 Subject: [PATCH] Update hashicorp/local requirement from < 2.4.2 to < 2.5.3 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.2) --- 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 9c523ef0..bec16f27 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.3" } random = {