From 4f70e10a7e683a5aecd3f7c6a046d6040fae70a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 23:14:17 +0000 Subject: [PATCH] chore(deps): bump the terraform-providers group across 2 directories with 2 updates Bumps the terraform-providers group with 2 updates in the /infra directory: [Azure/avm-res-cognitiveservices-account/azurerm](https://github.com/Azure/terraform-azurerm-avm-res-cognitiveservices-account) and [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm). Bumps the terraform-providers group with 1 update in the /infra/modules/copilot_studio directory: [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm). Updates `Azure/avm-res-cognitiveservices-account/azurerm` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/Azure/terraform-azurerm-avm-res-cognitiveservices-account/releases) - [Commits](https://github.com/Azure/terraform-azurerm-avm-res-cognitiveservices-account/compare/v0.10.1...v0.10.2) Updates `hashicorp/azurerm` from 4.56.0 to 4.57.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.56.0...v4.57.0) Updates `hashicorp/azurerm` from 4.56.0 to 4.57.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.56.0...v4.57.0) Updates `hashicorp/azurerm` from 4.56.0 to 4.57.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.56.0...v4.57.0) Updates `hashicorp/azurerm` from 4.56.0 to 4.57.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.56.0...v4.57.0) --- updated-dependencies: - dependency-name: Azure/avm-res-cognitiveservices-account/azurerm dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers ... Signed-off-by: dependabot[bot] --- infra/main.ai.tf | 2 +- infra/modules/copilot_studio/terraform.tf | 2 +- infra/provider.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/main.ai.tf b/infra/main.ai.tf index 4f2bc9a5..1063bd9a 100644 --- a/infra/main.ai.tf +++ b/infra/main.ai.tf @@ -14,7 +14,7 @@ module "azure_open_ai" { # checkov:skip=CKV_AZURE_236: The Power Platform AI Search connector only supports service principal, API key, or interactive auth. # checkov:skip=CKV_TF_1: Using published module version for maintainability. See decision-log/001-avm-usage-and-version.md for details. source = "Azure/avm-res-cognitiveservices-account/azurerm" - version = "0.10.1" + version = "0.10.2" kind = "OpenAI" location = local.primary_azure_region name = azurecaf_name.main_names.results["azurerm_cognitive_account"] diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 878d29f1..3cdd938a 100644 --- a/infra/modules/copilot_studio/terraform.tf +++ b/infra/modules/copilot_studio/terraform.tf @@ -10,7 +10,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.56.0" + version = "4.57.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 820d94c1..6da005ea 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.56.0" + version = "4.57.0" } modtm = { source = "Azure/modtm"