diff --git a/infra/main.storage.tf b/infra/main.storage.tf index b7e6c934..9e908bd0 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.7.3" + version = "0.10.0" 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 a5954e7c..9429f915 100644 --- a/infra/modules/copilot_studio/terraform.tf +++ b/infra/modules/copilot_studio/terraform.tf @@ -6,11 +6,11 @@ terraform { required_providers { azapi = { source = "Azure/azapi" - version = "2.10.0" + version = "2.12.0" } azurerm = { source = "hashicorp/azurerm" - version = "4.79.0" + version = "5.4.0" } modtm = { source = "Azure/modtm" @@ -18,7 +18,7 @@ terraform { } powerplatform = { source = "microsoft/power-platform" - version = "4.1.0" + version = "4.2.0" } random = { source = "hashicorp/random" diff --git a/infra/provider.tf b/infra/provider.tf index d392e35b..a24157c5 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -12,7 +12,7 @@ terraform { required_providers { azapi = { source = "Azure/azapi" - version = "2.10.0" + version = "2.12.0" } azuread = { source = "hashicorp/azuread" @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.79.0" + version = "5.4.0" } modtm = { source = "Azure/modtm" @@ -28,7 +28,7 @@ terraform { } powerplatform = { source = "microsoft/power-platform" - version = "4.1.0" + version = "4.2.0" } random = { source = "hashicorp/random" @@ -36,7 +36,7 @@ terraform { } time = { source = "hashicorp/time" - version = "0.14.0" + version = "0.14.1" } azurecaf = { source = "aztfmod/azurecaf"