Skip to content

Commit

Permalink
Added new output search service
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindelmont committed Nov 26, 2024
1 parent df0780b commit 91d732a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/search_service/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ output "tags" {

output "id" {
value = azurerm_search_service.search_service.id
}
}

output "primary_key" {
value = azurerm_search_service.search_service.primary_key
}

output "secondary_key" {
value = azurerm_search_service.search_service.secondary_key
}

output "query_keys" {
value = azurerm_search_service.search_service.query_keys
}

0 comments on commit 91d732a

Please sign in to comment.