From 9c519cd9542c5dc653cdc3e9781681b5e3c6bb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:47:45 +0000 Subject: [PATCH] Bump Azure/azapi in /src/infra/workload/releaseunit/modules/stamp Bumps [Azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 1.13.1 to 2.1.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/v1.13.1...v2.1.0) --- updated-dependencies: - dependency-name: Azure/azapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/infra/workload/releaseunit/modules/stamp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infra/workload/releaseunit/modules/stamp/main.tf b/src/infra/workload/releaseunit/modules/stamp/main.tf index f30c1196..b25f2827 100644 --- a/src/infra/workload/releaseunit/modules/stamp/main.tf +++ b/src/infra/workload/releaseunit/modules/stamp/main.tf @@ -6,7 +6,7 @@ terraform { } azapi = { source = "Azure/azapi" - version = "1.14.0" + version = "2.1.0" } } }