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_kms_key.aws_es](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_key)| data source |
148
151
149
152
## Inputs
@@ -153,13 +156,13 @@ No modules.
153
156
| <aname="input_access_policies"></a> [access\_policies](#input\_access\_policies)| IAM policy document specifying the access policies for the domain |`string`|`""`| no |
154
157
| <aname="input_advanced_options"></a> [advanced\_options](#input\_advanced\_options)| Key-value string pairs to specify advanced configuration options. Note that the values for these configuration options must be strings (wrapped in quotes) or they may be wrong and cause a perpetual diff, causing Terraform to want to recreate your Elasticsearch domain on every apply |`map(string)`|`{}`| no |
155
158
| <aname="input_advanced_security_options"></a> [advanced\_security\_options](#input\_advanced\_security\_options)| Options for fine-grained access control |`any`|`{}`| no |
159
+
| <aname="input_advanced_security_options_create_random_master_password"></a> [advanced\_security\_options\_create\_random\_master\_password](#input\_advanced\_security\_options\_create\_random\_master\_password)| Whether to create random master password for Elasticsearch master user |`bool`|`false`| no |
156
160
| <aname="input_advanced_security_options_enabled"></a> [advanced\_security\_options\_enabled](#input\_advanced\_security\_options\_enabled)| Whether advanced security is enabled (Forces new resource) |`bool`|`false`| no |
157
161
| <aname="input_advanced_security_options_internal_user_database_enabled"></a> [advanced\_security\_options\_internal\_user\_database\_enabled](#input\_advanced\_security\_options\_internal\_user\_database\_enabled)| Whether the internal user database is enabled. If not set, defaults to false by the AWS API. |`bool`|`false`| no |
158
162
| <aname="input_advanced_security_options_master_user_arn"></a> [advanced\_security\_options\_master\_user\_arn](#input\_advanced\_security\_options\_master\_user\_arn)| ARN for the master user. Only specify if `internal_user_database_enabled` is not set or set to `false`) |`string`|`null`| no |
159
163
| <aname="input_advanced_security_options_master_user_password"></a> [advanced\_security\_options\_master\_user\_password](#input\_advanced\_security\_options\_master\_user\_password)| The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if `internal_user_database_enabled` is set to `true`. |`string`|`null`| no |
160
164
| <aname="input_advanced_security_options_master_user_username"></a> [advanced\_security\_options\_master\_user\_username](#input\_advanced\_security\_options\_master\_user\_username)| The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if `internal_user_database_enabled` is set to `true`. |`string`|`null`| no |
161
-
| <aname="input_advanced_security_options_create_random_master_password"></a> [advanced\_security\_options\_create\_random\_master\_password](#input\_advanced\_security\_options\_create\_random\_master\_password)| Whether to create random master password for Elasticsearch master user |`bool`|`false`| no |
162
-
| <aname="input_advanced_security_options_random_master_password_length"></a> [advanced\_security\_options\_random\_master\_password\_length](#advanced\_security\_options\_random\_master\_password\_length)| Length of random master password to create |`number`|`16`| no |
165
+
| <aname="input_advanced_security_options_random_master_password_length"></a> [advanced\_security\_options\_random\_master\_password\_length](#input\_advanced\_security\_options\_random\_master\_password\_length)| Length of random master password to create |`number`|`16`| no |
163
166
| <aname="input_cloudwatch_log_enabled"></a> [cloudwatch\_log\_enabled](#input\_cloudwatch\_log\_enabled)| Change to false to avoid deploying any Cloudwatch Logs resources |`bool`|`true`| no |
164
167
| <aname="input_cluster_config"></a> [cluster\_config](#input\_cluster\_config)| Cluster configuration of the domain |`any`|`{}`| no |
165
168
| <aname="input_cluster_config_availability_zone_count"></a> [cluster\_config\_availability\_zone\_count](#input\_cluster\_config\_availability\_zone\_count)| Number of Availability Zones for the domain to use with |`number`|`3`| no |
@@ -215,9 +218,9 @@ No modules.
215
218
| <aname="output_arn"></a> [arn](#output\_arn)| Amazon Resource Name (ARN) of the domain |
216
219
| <aname="output_domain_id"></a> [domain\_id](#output\_domain\_id)| Unique identifier for the domain |
217
220
| <aname="output_endpoint"></a> [endpoint](#output\_endpoint)| Domain-specific endpoint used to submit index, search, and data upload requests |
| <aname="output_vpc_options_availability_zones"></a> [vpc\_options\_availability\_zones](#output\_vpc\_options\_availability\_zones)| If the domain was created inside a VPC, the names of the availability zones the configured subnet\_ids were created inside |
222
225
| <aname="output_vpc_options_vpc_id"></a> [vpc\_options\_vpc\_id](#output\_vpc\_options\_vpc\_id)| If the domain was created inside a VPC, the ID of the VPC |
0 commit comments