Skip to content

Commit

Permalink
Update bing_key output in cog module
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 7, 2024
1 parent 75d90c3 commit 2882540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/cog/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ output "speech_key" {
}

output "bing_key" {
value = var.deploy_bing ? jsondecode(azurerm_resource_group_template_deployment.main[0].output_content).accessKeys.value.key1 : ""
value = var.deploy_bing ? jsondecode(azurerm_resource_group_template_deployment.main[0].output_content).accessKeys.value.key1 : "<bing not deployed>"
}

0 comments on commit 2882540

Please sign in to comment.