From b5b129705cfc9bc1c752a74e911e737d621239c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:13:37 +0000 Subject: [PATCH] Bump azure/azapi from 1.9.0 to 1.10.0 in /code/infra Bumps [azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 1.9.0 to 1.10.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.9.0...v1.10.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 a9244dd..fee21af 100644 --- a/code/infra/terraform.tf +++ b/code/infra/terraform.tf @@ -8,7 +8,7 @@ terraform { } azapi = { source = "azure/azapi" - version = "1.9.0" + version = "1.10.0" } }