Skip to content

Commit 4976f70

Browse files
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](hashicorp/terraform-provider-azuread@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](hashicorp/terraform-provider-azurerm@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](hashicorp/terraform-provider-azurerm@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] <[email protected]>
1 parent 275e625 commit 4976f70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/modules/copilot_studio/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
}
1111
azurerm = {
1212
source = "hashicorp/azurerm"
13-
version = "4.53.0"
13+
version = "4.54.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
@@ -16,11 +16,11 @@ terraform {
1616
}
1717
azuread = {
1818
source = "hashicorp/azuread"
19-
version = "3.6.0"
19+
version = "3.7.0"
2020
}
2121
azurerm = {
2222
source = "hashicorp/azurerm"
23-
version = "4.53.0"
23+
version = "4.54.0"
2424
}
2525
modtm = {
2626
source = "Azure/modtm"

0 commit comments

Comments
 (0)