diff --git a/infra/main.storage.tf b/infra/main.storage.tf index 0720a218..103616ea 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.6" + version = "0.6.7" 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 95133483..7b04a522 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.53.0" + version = "4.54.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 33f51fb5..ac299dde 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -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"