From 26069d1c922fb8dc6ad944816b84cc8d82f72f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:42:16 +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 0448a7e8..f713ef68 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.1" + version = "<= 2.5.2" } random = {