4 lines
84 B
Terraform
4 lines
84 B
Terraform
|
output "Azure Search Service" {
|
||
|
value = "${azurerm_search_service.search.name}"
|
||
|
}
|