From 4976f7041db9c2132993c981c347fa35c4ffe878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:38:26 +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: [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) 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 `hashicorp/azuread` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azuread/compare/v3.6.0...v3.7.0) Updates `hashicorp/azurerm` from 4.53.0 to 4.54.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.53.0...v4.54.0) Updates `hashicorp/azurerm` from 4.53.0 to 4.54.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.53.0...v4.54.0) --- updated-dependencies: - dependency-name: hashicorp/azuread dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers ... Signed-off-by: dependabot[bot] --- infra/modules/copilot_studio/terraform.tf | 2 +- infra/provider.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 95133483..7b04a522 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.53.0" + version = "4.54.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 33f51fb5..ac299dde 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -16,11 +16,11 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "3.6.0" + version = "3.7.0" } azurerm = { source = "hashicorp/azurerm" - version = "4.53.0" + version = "4.54.0" } modtm = { source = "Azure/modtm"