diff --git a/infra/modules/openai/outputs.tf b/infra/modules/openai/outputs.tf index 3b9d90a..07aba5b 100644 --- a/infra/modules/openai/outputs.tf +++ b/infra/modules/openai/outputs.tf @@ -31,11 +31,11 @@ output "gpt4_deployment_model_name" { } output "gpt4o_deployment_name" { - value = azurerm_cognitive_deployment.gpt_4.name + value = azurerm_cognitive_deployment.gpt4o.name } output "gpt4o_deployment_model_name" { - value = azurerm_cognitive_deployment.gpt_4.model[0].name + value = azurerm_cognitive_deployment.gpt4o.model[0].name } output "embedding_deployment_name" {