Skip to content

Commit 0e9b9e3

Browse files
chore(deps): bump the terraform-providers group across 2 directories with 3 updates
Bumps the terraform-providers group with 3 updates in the /infra directory: [Azure/avm-res-storage-storageaccount/azurerm](https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount), [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 `Azure/avm-res-storage-storageaccount/azurerm` from 0.6.6 to 0.6.7 - [Release notes](https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount/releases) - [Commits](Azure/terraform-azurerm-avm-res-storage-storageaccount@v0.6.6...v0.6.7) 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) 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: Azure/avm-res-storage-storageaccount/azurerm dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform-providers - 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 - 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 0e9b9e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6"
56+
version = "0.6.7"
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.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)