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
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
106
106
|[aws_iam_policy_document.access_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
107
107
|[aws_iam_policy_document.allow_logging](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -124,7 +124,7 @@ Here is a working example of using this Terraform module:
124
124
| <aname="input_cluster_domain"></a> [cluster\_domain](#input\_cluster\_domain)| The hosted zone name of the OpenSearch cluster. |`string`| n/a | yes |
125
125
| <aname="input_cluster_domain_private"></a> [cluster\_domain\_private](#input\_cluster\_domain\_private)| Indicates whether to create records in a private (true) or public (false) zone |`bool`|`false`| no |
126
126
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| The name of the OpenSearch cluster. |`string`|`"opensearch"`| no |
127
-
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| The version of OpenSearch to deploy. |`string`|`"1.0"`| no |
127
+
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| The version of OpenSearch to deploy. |`string`|`"2.11"`| no |
128
128
| <aname="input_cognito_options"></a> [cognito\_options](#input\_cognito\_options)| Configuration block for authenticating Kibana with Cognito. |`map(string)`|`{}`| no |
129
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
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 |
0 commit comments