From d9582958063c22e7638ca9cf9b3c646b180725ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:17:40 +0000 Subject: [PATCH] chore(deps): update hashicorp/azurerm requirement from ~> 4.80.0 to ~> 4.81.0 Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. Updates `hashicorp/azurerm` to 4.81.0 - [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/v4.80.0...v4.81.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.81.0 dependency-type: direct:production dependency-group: all-updates ... Signed-off-by: dependabot[bot] --- terraform/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/providers.tf b/terraform/providers.tf index 0b32899b..94e8c6e0 100644 --- a/terraform/providers.tf +++ b/terraform/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.80.0" + version = "~> 4.81.0" } }