You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTMDB-600: Add support for conditional timeout for search index build (#1077)
* Update access_list_api_key.html.markdown (#1058)
* Add support for conditional timeout for search index build
* fix lint
---------
Co-authored-by: Zuhair Ahmed <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/search_index.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@ EOF
103
103
*`name` - (Required) The name of the search index you want to create.
104
104
*`project_id` - (Required) The ID of the organization or project you want to create the search index within.
105
105
*`cluster_name` - (Required) The name of the cluster where you want to create the search index within.
106
+
*`wait_for_index_build_completion` - (Optional) Wait for search index to achieve Active status before terraform considers resource built.
107
+
*`timeouts`- (Optional) The duration of time to wait for Search Index to be created, updated, or deleted. The timeout value is defined by a signed sequence of decimal numbers with an time unit suffix such as: `1h45m`, `300s`, `10m`, .... The valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. The default timeout for Serach Index create & update is `3h`. Learn more about timeouts [here](https://www.terraform.io/plugin/sdkv2/resources/retries-and-customizable-timeouts).
106
108
107
109
108
110
*`analyzer` - [Analyzer](https://docs.atlas.mongodb.com/reference/atlas-search/analyzers/#std-label-analyzers-ref) to use when creating the index. Defaults to [lucene.standard](https://docs.atlas.mongodb.com/reference/atlas-search/analyzers/standard/#std-label-ref-standard-analyzer)
0 commit comments