diff --git a/infra/main.ai.tf b/infra/main.ai.tf index 4f2bc9a5..1063bd9a 100644 --- a/infra/main.ai.tf +++ b/infra/main.ai.tf @@ -14,7 +14,7 @@ module "azure_open_ai" { # checkov:skip=CKV_AZURE_236: The Power Platform AI Search connector only supports service principal, API key, or interactive auth. # checkov:skip=CKV_TF_1: Using published module version for maintainability. See decision-log/001-avm-usage-and-version.md for details. source = "Azure/avm-res-cognitiveservices-account/azurerm" - version = "0.10.1" + version = "0.10.2" kind = "OpenAI" location = local.primary_azure_region name = azurecaf_name.main_names.results["azurerm_cognitive_account"] diff --git a/infra/modules/copilot_studio/terraform.tf b/infra/modules/copilot_studio/terraform.tf index 878d29f1..3cdd938a 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.56.0" + version = "4.57.0" } modtm = { source = "Azure/modtm" diff --git a/infra/provider.tf b/infra/provider.tf index 820d94c1..6da005ea 100644 --- a/infra/provider.tf +++ b/infra/provider.tf @@ -20,7 +20,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "4.56.0" + version = "4.57.0" } modtm = { source = "Azure/modtm"