Skip to content

Commit 5efa2b5

Browse files
chore(deps): bump the terraform-providers group across 2 directories with 2 updates (#323)
Bumps the terraform-providers group with 2 updates in the /infra directory: [Azure/avm-res-storage-storageaccount/azurerm](https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount) 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 `Azure/avm-res-storage-storageaccount/azurerm` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount/releases) - [Commits](Azure/terraform-azurerm-avm-res-storage-storageaccount@v0.6.4...v0.6.5) Updates `hashicorp/azurerm` from 4.50.0 to 4.51.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.50.0...v4.51.0) Updates `hashicorp/azurerm` from 4.50.0 to 4.51.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.50.0...v4.51.0) Updates `hashicorp/azurerm` from 4.50.0 to 4.51.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.50.0...v4.51.0) Updates `hashicorp/azurerm` from 4.50.0 to 4.51.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.50.0...v4.51.0) --- updated-dependencies: - dependency-name: Azure/avm-res-storage-storageaccount/azurerm dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-providers - dependency-name: hashicorp/azurerm dependency-version: 4.51.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 2dc4446 commit 5efa2b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infra/main.storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module "storage_account_and_container" {
5353
# checkov:skip=CKV_AZURE_33: Logging is enabled.
5454
# checkov:skip=CKV2_AZURE_38: Soft delete is enabled.
5555
source = "Azure/avm-res-storage-storageaccount/azurerm"
56-
version = "0.6.4"
56+
version = "0.6.5"
5757
account_replication_type = var.cps_storage_replication_type
5858
account_tier = "Standard"
5959
account_kind = "StorageV2"

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.50.0"
13+
version = "4.51.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.50.0"
23+
version = "4.51.0"
2424
}
2525
modtm = {
2626
source = "Azure/modtm"

0 commit comments

Comments
 (0)