Skip to content

Commit 392f9fa

Browse files
chore(deps): bump the terraform-providers group across 2 directories with 2 updates (#342)
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.8.0 - [Release notes](https://github.com/Azure/terraform-provider-azapi/releases) - [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md) - [Commits](Azure/terraform-provider-azapi@v2.7.0...v2.8.0) Updates `hashicorp/azurerm` from 4.54.0 to 4.55.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-azurerm@v4.54.0...v4.55.0) Updates `Azure/azapi` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/Azure/terraform-provider-azapi/releases) - [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md) - [Commits](Azure/terraform-provider-azapi@v2.7.0...v2.8.0) Updates `hashicorp/azurerm` from 4.54.0 to 4.55.0 - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-azurerm@v4.54.0...v4.55.0) --- updated-dependencies: - dependency-name: Azure/azapi dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: Azure/azapi dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01a2637 commit 392f9fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

infra/modules/copilot_studio/terraform.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ terraform {
66
required_providers {
77
azapi = {
88
source = "Azure/azapi"
9-
version = "2.7.0"
9+
version = "2.8.0"
1010
}
1111
azurerm = {
1212
source = "hashicorp/azurerm"
13-
version = "4.54.0"
13+
version = "4.55.0"
1414
}
1515
modtm = {
1616
source = "Azure/modtm"

infra/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ terraform {
1212
required_providers {
1313
azapi = {
1414
source = "Azure/azapi"
15-
version = "2.7.0"
15+
version = "2.8.0"
1616
}
1717
azuread = {
1818
source = "hashicorp/azuread"
1919
version = "3.7.0"
2020
}
2121
azurerm = {
2222
source = "hashicorp/azurerm"
23-
version = "4.54.0"
23+
version = "4.55.0"
2424
}
2525
modtm = {
2626
source = "Azure/modtm"

0 commit comments

Comments
 (0)