From a8dd815e3c00ef830a9926c5861317722eb89402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:04:23 +0000 Subject: [PATCH] Update Terraform azapi to ~> 2.9.0 --- infrastructure/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/providers.tf b/infrastructure/providers.tf index 924cc702f26..9936f85cb08 100644 --- a/infrastructure/providers.tf +++ b/infrastructure/providers.tf @@ -15,7 +15,7 @@ terraform { } azapi = { source = "Azure/azapi" - version = "~> 2.5.0" + version = "~> 2.9.0" } } }