infra/modules/search/outputs.tf (
6
lines of code) (
raw
):
output "search_service_name" { value = azurerm_search_service.search.name } output "search_index_name" { value = "gptkbindex" }