Skip to content

Commit 68b7829

Browse files
authored
feat: prettier in READMEs (cloudposse/terraform-aws-components#998)
1 parent e088ffe commit 68b7829

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Component: `eks/alb-controller-ingress-class`
22

3-
This component deploys a Kubernetes `IngressClass` resource for the AWS Load Balancer Controller.
4-
This is not often needed, as the default IngressClass deployed by the `eks/alb-controller` component
5-
is sufficient for most use cases, and when it is not, a service can deploy its own IngressClass.
6-
This is for the rare case where you want to deploy an additional IngressClass deploying an additional
7-
ALB that you nevertheless want to be shared by some services, with none of them explicitly owning it.
3+
This component deploys a Kubernetes `IngressClass` resource for the AWS Load Balancer Controller. This is not often
4+
needed, as the default IngressClass deployed by the `eks/alb-controller` component is sufficient for most use cases, and
5+
when it is not, a service can deploy its own IngressClass. This is for the rare case where you want to deploy an
6+
additional IngressClass deploying an additional ALB that you nevertheless want to be shared by some services, with none
7+
of them explicitly owning it.
88

99
## Usage
1010

@@ -21,6 +21,7 @@ components:
2121
scheme: internet-facing
2222
```
2323
24+
<!-- prettier-ignore-start -->
2425
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2526
## Requirements
2627
@@ -101,6 +102,7 @@ components:
101102

102103
No outputs.
103104
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
105+
<!-- prettier-ignore-end -->
104106

105107
## References
106108

0 commit comments

Comments
 (0)