diff --git a/infra/main.storage.tf b/infra/main.storage.tf index c611085e..0720a218 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.5" + version = "0.6.6" 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 e546d376..fac6e8ed 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.51.0" + version = "4.52.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 7198fc5a..683db98c 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.51.0" + version = "4.52.0" } modtm = { source = "Azure/modtm"