Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 4, 2024
1 parent 14ac45f commit 3c0087c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ If this parameter does not exist, this module will fail.
It returns the ACM ARN.

This ACM Certificate if of an EndEntity type, and may be used for Load Balancers (ALB, NLB), API Gateway, and other
[integrated services](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html)
[integrated services](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html). When associated with another
AWS service, such as a load balancer, it is eligible for automated renewal. See [managed renewal](https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html)
for more details. At the time of this writing, it is unclear what changes in the certificate with respect to Terraform
state, so an update to this module may be needed once we see such an action.

# Usage
This shows the module call with how you would use it.
Expand Down
5 changes: 4 additions & 1 deletion acm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
* It returns the ACM ARN.
*
* This ACM Certificate if of an EndEntity type, and may be used for Load Balancers (ALB, NLB), API Gateway, and other
* [integrated services](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html)
* [integrated services](https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html). When associated with another
* AWS service, such as a load balancer, it is eligible for automated renewal. See [managed renewal](https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html)
* for more details. At the time of this writing, it is unclear what changes in the certificate with respect to Terraform
* state, so an update to this module may be needed once we see such an action.
*
* # Usage
* This shows the module call with how you would use it.
Expand Down

0 comments on commit 3c0087c

Please sign in to comment.