hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.46k stars 4.54k forks source link

Support for index in Azure search Services #11699

Open sbhattach opened 3 years ago

sbhattach commented 3 years ago

Community Note

Description

Add Index in Azure search services. We can Create search services(using azurerm_search_service) but it's not enough if we could not able to add index.

New or Affected Resource(s)

azurerm_search_service

TobiTh commented 2 years ago

Currently, the azure search indexes, datasources and indexers can only be created via the REST API. I would suggest you implement the PUT endpoints at Create index, Create data source and Create indexer, so you can implement idempotent modules.

mkemmerz commented 9 months ago

Hello, I guess this will never be supported? Maybe someone found a different automation solution, e.g. by using the AzAPI Provider?

fludo commented 1 month ago

Any news ?

brandonh-msft commented 1 month ago

Hello, I guess this will never be supported? Maybe someone found a different automation solution, e.g. by using the AzAPI Provider?

azAPI only goes at ARM, right? that's not how these are provisioned.