From 5c130ba8fa8c99227faa5e0d63943f46bfb6cdb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:27:00 +0000 Subject: [PATCH] Update hashicorp/azurerm requirement from ~> 3.58 to ~> 4.3 Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v3.58.0...v4.3.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure_blob_storage/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_blob_storage/main.tf b/azure_blob_storage/main.tf index 3ae7c91..c4e8fff 100644 --- a/azure_blob_storage/main.tf +++ b/azure_blob_storage/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.58" + version = "~> 4.3" } } }