Skip to content

Commit 8efa5f1

Browse files
authored
feat: prettier in READMEs (cloudposse/terraform-aws-components#998)
1 parent d87f04f commit 8efa5f1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Component: `elasticsearch`
22

3-
This component is responsible for provisioning an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
3+
This component is responsible for provisioning an Elasticsearch cluster with built-in integrations with Kibana and
4+
Logstash.
45

56
## Usage
67

@@ -27,6 +28,7 @@ components:
2728
domain_hostname_enabled: true
2829
```
2930
31+
<!-- prettier-ignore-start -->
3032
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3133
## Requirements
3234
@@ -118,8 +120,11 @@ components:
118120
| <a name="output_master_password_ssm_key"></a> [master\_password\_ssm\_key](#output\_master\_password\_ssm\_key) | SSM key of Elasticsearch master password |
119121
| <a name="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id) | Security Group ID to control access to the Elasticsearch domain |
120122
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
123+
<!-- prettier-ignore-end -->
121124

122125
## References
123-
* [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/elasticsearch) - Cloud Posse's upstream component
126+
127+
- [cloudposse/terraform-aws-components](https://github.com/cloudposse/terraform-aws-components/tree/main/modules/elasticsearch) -
128+
Cloud Posse's upstream component
124129

125130
[<img src="https://cloudposse.com/logo-300x69.svg" height="32" align="right"/>](https://cpco.io/component)

0 commit comments

Comments
 (0)