From ad22582095cb42725a0f4c19abcb7eb80104eec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:20:57 +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 a4ddb0f10..a8bd941af 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.13.1" + version = "2.1.0" } } }