azurerm_search_service

Manages a Search Service.

Example Usage

resource "azurerm_resource_group" "example" {
  name     = "example-resources"
  location = "West Europe"
}

data "azurerm_search_service" "example" {
  name                = "example-search-service"
  resource_group_name = azurerm_resource_group.example.name
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


An identity block exports the following:


A query_keys block exports the following:


A identity block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: