From 6117bf0c4a76d9604917385fcf97addb67d23c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:12:01 +0000 Subject: [PATCH] Bump azure/azapi from 1.12.0 to 1.12.1 in /code/infra Bumps [azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 1.12.0 to 1.12.1. - [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...v1.12.1) --- updated-dependencies: - dependency-name: azure/azapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/infra/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/infra/terraform.tf b/code/infra/terraform.tf index 960a2a5..4a9fcf5 100644 --- a/code/infra/terraform.tf +++ b/code/infra/terraform.tf @@ -8,7 +8,7 @@ terraform { } azapi = { source = "azure/azapi" - version = "1.12.0" + version = "1.12.1" } }