Skip to content

Commit b3a30b1

Browse files
chore(deps): bump the terraform-providers group across 2 directories with 1 update (#303)
Bumps the terraform-providers group with 1 update in the /infra directory: [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/azurerm` from 4.47.0 to 4.48.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.47.0...v4.48.0) Updates `hashicorp/azurerm` from 4.47.0 to 4.48.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.47.0...v4.48.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.48.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 2123669 commit b3a30b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.47.0"
13+
version = "4.48.0"
1414
}
1515
modtm = {
1616
source = "Azure/modtm"

infra/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
}
2121
azurerm = {
2222
source = "hashicorp/azurerm"
23-
version = "4.47.0"
23+
version = "4.48.0"
2424
}
2525
modtm = {
2626
source = "Azure/modtm"

0 commit comments

Comments
 (0)