Vector Search Support for CosmosDB

I am trying to allow enable Vector Search for CosmosDB sql accounts. I see that this feature is supported by Azure now, however terraform azurerm does not fully support it. (resources azurerm_cosmosdb_account and azurerm_cosmosdb_sql_container). The azurerm_cosmosdb_account resource allows setting the capabilities block = [‘EnableNoSQLVectorSearch’], however vector_indexes are not a supported block in the indexing_policy of the azurerm_cosmosdb_sql_container resource. If this is the case, how can our teams fully set up vector search through terraform? Is this going to be available soon?Would appreciate any guidance here.