From 24d099232c94508a1445b969d6569938c1651632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:06:16 +0000 Subject: [PATCH] Update azure/azapi requirement from ~> 1.12 to ~> 2.9 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.9.0) --- updated-dependencies: - dependency-name: azure/azapi dependency-version: 2.9.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..9ee5af9 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.9" } random = { source = "hashicorp/random"