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
@@ -126,6 +127,8 @@ Here is a working example of using this Terraform module:
126
127
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| The version of OpenSearch to deploy. |`string`|`"1.0"`| no |
127
128
| <aname="input_cognito_options"></a> [cognito\_options](#input\_cognito\_options)| Configuration block for authenticating Kibana with Cognito. |`map(string)`|`{}`| no |
128
129
| <aname="input_cognito_options_enabled"></a> [cognito\_options\_enabled](#input\_cognito\_options\_enabled)| Whether Amazon Cognito authentication with Kibana is enabled or not. |`bool`|`false`| no |
130
+
| <aname="input_composable_index_template_files"></a> [composable\_index\_template\_files](#input\_composable\_index\_template\_files)| A set of all composable index template files to create. |`set(string)`|`[]`| no |
131
+
| <aname="input_composable_index_templates"></a> [composable\_index\_templates](#input\_composable\_index\_templates)| A map of all composable index templates to create. |`map(any)`|`{}`| no |
129
132
| <aname="input_create_service_role"></a> [create\_service\_role](#input\_create\_service\_role)| Indicates whether to create the service-linked role. See https://docs.aws.amazon.com/opensearch-service/latest/developerguide/slr.html|`bool`|`true`| no |
130
133
| <aname="input_custom_endpoint"></a> [custom\_endpoint](#input\_custom\_endpoint)| Fully qualified domain for your custom endpoint. If not specified, then it defaults to <cluster\_name>.<cluster\_domain> |`string`|`null`| no |
131
134
| <aname="input_custom_endpoint_certificate_arn"></a> [custom\_endpoint\_certificate\_arn](#input\_custom\_endpoint\_certificate\_arn)| The ARN of the custom ACM certificate. |`string`|`""`| no |
0 commit comments