diff --git a/infra/main.storage.tf b/infra/main.storage.tf index d4684699..c611085e 100644 --- a/infra/main.storage.tf +++ b/infra/main.storage.tf @@ -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.4" + version = "0.6.5" account_replication_type = var.cps_storage_replication_type account_tier = "Standard" account_kind = "StorageV2" diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 18e77a1c..e546d376 100644 --- a/infra/modules/copilot_studio/terraform.tf +++ b/infra/modules/copilot_studio/terraform.tf @@ -10,7 +10,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.50.0" + version = "4.51.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index cc4428fe..7198fc5a 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.50.0" + version = "4.51.0" } modtm = { source = "Azure/modtm"