Support for computed_property
in azurerm_cosmosdb_sql_container
#28238
Labels
computed_property
in azurerm_cosmosdb_sql_container
#28238
Is there an existing issue for this?
Community Note
Description
The addition of computed_property would enable users to define computed properties directly within their Azure Cosmos DB SQL containers. This feature is particularly valuable for scenarios where computed fields are required for optimized queries, enhanced data retrieval, or to simplify application logic.
New or Affected Resource(s)/Data Source(s)
4.13.0
Potential Terraform Configuration
Add a new block or argument to the azurerm_cosmosdb_sql_container resource to support defining computed_property configurations. The configuration might look similar to:
References
Computed properties in Azure Cosmos DB for NoSQL
The text was updated successfully, but these errors were encountered: