From c0799b03efeaec2f2e68a4c05f2d232cd425e05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 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/azapi](https://github.com/Azure/terraform-provider-azapi) and [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm). Bumps the terraform-providers group with 2 updates in the /infra/modules/copilot_studio directory: [azure/azapi](https://github.com/Azure/terraform-provider-azapi) and [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm). Updates `azure/azapi` from 2.7.0 to 2.9.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/v2.7.0...v2.9.0) Updates `hashicorp/azurerm` from 4.67.0 to 4.68.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.67.0...v4.68.0) Updates `azure/azapi` from 2.7.0 to 2.9.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/v2.7.0...v2.9.0) Updates `hashicorp/azurerm` from 4.67.0 to 4.68.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.67.0...v4.68.0) --- updated-dependencies: - dependency-name: azure/azapi dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: azure/azapi dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.68.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 | 4 ++-- infra/provider.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 266385c4..1d2523df 100644 --- a/infra/modules/copilot_studio/terraform.tf +++ b/infra/modules/copilot_studio/terraform.tf @@ -6,11 +6,11 @@ terraform { required_providers { azapi = { source = "Azure/azapi" - version = "2.7.0" + version = "2.9.0" } azurerm = { source = "hashicorp/azurerm" - version = "4.67.0" + version = "4.68.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 240a5f84..76077fcf 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -12,7 +12,7 @@ terraform { required_providers { azapi = { source = "Azure/azapi" - version = "2.7.0" + version = "2.9.0" } azuread = { source = "hashicorp/azuread" @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.67.0" + version = "4.68.0" } modtm = { source = "Azure/modtm"