Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/main.storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "storage_account_and_container" {
# checkov:skip=CKV_AZURE_33: Logging is enabled.
# checkov:skip=CKV2_AZURE_38: Soft delete is enabled.
source = "Azure/avm-res-storage-storageaccount/azurerm"
version = "0.6.6"
version = "0.6.7"
account_replication_type = var.cps_storage_replication_type
account_tier = "Standard"
account_kind = "StorageV2"
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/copilot_studio/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "4.53.0"
version = "4.54.0"
}
modtm = {
source = "Azure/modtm"
Expand Down
4 changes: 2 additions & 2 deletions infra/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "3.6.0"
version = "3.7.0"
}
azurerm = {
source = "hashicorp/azurerm"
version = "4.53.0"
version = "4.54.0"
}
modtm = {
source = "Azure/modtm"
Expand Down
Loading