From 252af485d824cc5086c248d4300f860c63ed475a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:52:14 +0000 Subject: [PATCH] Bump azure/azapi from 1.11.0 to 1.12.0 in /code/infra Bumps [azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: azure/azapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 42ec6ee..00cc007 100644 --- a/code/infra/terraform.tf +++ b/code/infra/terraform.tf @@ -8,7 +8,7 @@ terraform { } azapi = { source = "azure/azapi" - version = "1.11.0" + version = "1.12.0" } }