From 8c79c94150f1935dd2421a102503bb6da0f091f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 06:26:00 +0000 Subject: [PATCH] Bump hashicorp/local in /modules/azure/logic_app_bicep Bumps [hashicorp/local](https://github.com/hashicorp/terraform-provider-local) from 2.4.1 to 2.5.1. - [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/v2.4.1...v2.5.1) --- updated-dependencies: - dependency-name: hashicorp/local dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/azure/logic_app_bicep/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azure/logic_app_bicep/main.tf b/modules/azure/logic_app_bicep/main.tf index ee28f0a4..37428996 100644 --- a/modules/azure/logic_app_bicep/main.tf +++ b/modules/azure/logic_app_bicep/main.tf @@ -9,7 +9,7 @@ terraform { local = { source = "hashicorp/local" - version = "2.4.1" + version = "2.5.1" } }