From 3c46414ab9a6bda3ebf38d3017cbaeabce397910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:08:30 +0000 Subject: [PATCH] Update azure/azapi requirement from ~> 2.4.0 to ~> 2.9.0 Updates the requirements on [azure/azapi](https://github.com/Azure/terraform-provider-azapi) to permit the latest version. Updates `azure/azapi` to 2.9.0 - [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/v2.4.0...v2.9.0) --- updated-dependencies: - dependency-name: azure/azapi dependency-version: 2.9.0 dependency-type: direct:production dependency-group: terraform ... Signed-off-by: dependabot[bot] --- provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.tf b/provider.tf index b4248fe..5ca4c1b 100644 --- a/provider.tf +++ b/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { azapi = { source = "Azure/azapi" - version = "~> 2.4.0" + version = "~> 2.9.0" } azurecaf = { source = "aztfmod/azurecaf"