From 33480dd4c7c80e879b113f01bcd4992291de7bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:20:21 +0000 Subject: [PATCH] Update azure/azapi requirement from ~> 1.12 to ~> 2.8 Updates the requirements on [azure/azapi](https://github.com/Azure/terraform-provider-azapi) to permit the latest version. - [Release notes](https://github.com/Azure/terraform-provider-azapi/releases) - [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/Azure/terraform-provider-azapi/compare/v1.12.0...v2.8.0) --- updated-dependencies: - dependency-name: azure/azapi dependency-version: 2.8.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..8cd5251 100644 --- a/terraform-infrastructure/provider.tf +++ b/terraform-infrastructure/provider.tf @@ -7,7 +7,7 @@ terraform { } azapi = { source = "azure/azapi" - version = "~> 1.12" + version = "~> 2.8" } random = { source = "hashicorp/random"