From 820cbba8fae6d2d2cb8aeb0345e853aff072d746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:20:27 +0000 Subject: [PATCH] Update hashicorp/azurerm requirement from ~> 3.116 to ~> 4.64 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.116.0...v4.64.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.64.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform-infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-infrastructure/provider.tf b/terraform-infrastructure/provider.tf index f3aa055..50db848 100644 --- a/terraform-infrastructure/provider.tf +++ b/terraform-infrastructure/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.116" + version = "~> 4.64" } azapi = { source = "azure/azapi"