From aba85742d72d7a94b03d17785e47102ec214b273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 02:13:50 +0000 Subject: [PATCH] Update hashicorp/azurerm requirement from ~> 4.69.0 to ~> 4.70.0 Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. Updates `hashicorp/azurerm` to 4.70.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.69.0...v4.70.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.70.0 dependency-type: direct:production dependency-group: terraform ... 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 56a5b74..ba5a0ed 100644 --- a/terraform/providers.tf +++ b/terraform/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.69.0" + version = "~> 4.70.0" } }