From 3d741eb90f1f248d535c1d0002cf98959dae35c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:21:19 +0000 Subject: [PATCH] Bump hashicorp/azurerm from 5.0.1 to 5.1.0 in /tests/integration-tests Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 5.0.1 to 5.1.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/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/integration-tests/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/main.tf b/tests/integration-tests/main.tf index 1e364a9..2816f06 100644 --- a/tests/integration-tests/main.tf +++ b/tests/integration-tests/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = ">= 4.18.0, < 5.1" + version = ">= 4.18.0, < 5.2" } } }