Skip to content

Commit

Permalink
fix: README.md OpenSerach typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenjds authored Jul 8, 2024
1 parent f230f49 commit 4e34431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ No modules.
| <a name="input_engine_version"></a> [engine\_version](#input\_engine\_version) | Engine version of elasticsearch. | `string` | `"OpenSearch_1.3"` | no |
| <a name="input_identity_pool_id"></a> [identity\_pool\_id](#input\_identity\_pool\_id) | Cognito identity pool id. | `string` | `""` | no |
| <a name="input_implicit_create_cognito"></a> [implicit\_create\_cognito](#input\_implicit\_create\_cognito) | Cognito will be created inside module. If this is not enables and we want cognito authentication, we need to create cognito resources outside of module. | `bool` | `true` | no |
| <a name="input_inside_vpc"></a> [inside\_vpc](#input\_inside\_vpc) | Openserach inside VPC. | `bool` | `false` | no |
| <a name="input_inside_vpc"></a> [inside\_vpc](#input\_inside\_vpc) | OpenSearch inside VPC. | `bool` | `false` | no |
| <a name="input_instance_type"></a> [instance\_type](#input\_instance\_type) | Instance type. | `string` | `"t3.small.search"` | no |
| <a name="input_internal_user_database_enabled"></a> [internal\_user\_database\_enabled](#input\_internal\_user\_database\_enabled) | Internal user database enabled. This should be enabled if we want authentication with master username and master password. | `bool` | `false` | no |
| <a name="input_iops"></a> [iops](#input\_iops) | Baseline input/output (I/O) performance of EBS volumes attached to data nodes. | `number` | `null` | no |
| <a name="input_log_publishing_options"></a> [log\_publishing\_options](#input\_log\_publishing\_options) | Encrypt at rest. | `any` | `{}` | no |
| <a name="input_master_password"></a> [master\_password](#input\_master\_password) | Master password for accessing OpenSearch. If not specified password will be randomly generated. Password will be stored in AWS `System Manager` -> `Parameter Store` | `string` | `""` | no |
| <a name="input_master_user_arn"></a> [master\_user\_arn](#input\_master\_user\_arn) | Master user ARN for accessing OpenSearch. If this is set, `advanced_security_options_enabled` must be set to true and `internal_user_database_enabled` should be set to false. | `string` | `""` | no |
| <a name="input_master_user_name"></a> [master\_user\_name](#input\_master\_user\_name) | Master username for accessing OpenSerach. | `string` | `"admin"` | no |
| <a name="input_name"></a> [name](#input\_name) | Name of OpenSerach domain and suffix of all other resources. | `string` | n/a | yes |
| <a name="input_master_user_name"></a> [master\_user\_name](#input\_master\_user\_name) | Master username for accessing OpenSearch. | `string` | `"admin"` | no |
| <a name="input_name"></a> [name](#input\_name) | Name of OpenSearch domain and suffix of all other resources. | `string` | n/a | yes |
| <a name="input_node_to_node_encryption"></a> [node\_to\_node\_encryption](#input\_node\_to\_node\_encryption) | Is node to node encryption enabled. | `bool` | `false` | no |
| <a name="input_region"></a> [region](#input\_region) | AWS region. | `string` | n/a | yes |
| <a name="input_sg_ids"></a> [sg\_ids](#input\_sg\_ids) | Use any pre-existing SGs. | `string` | `""` | no |
Expand Down

0 comments on commit 4e34431

Please sign in to comment.