From 3c0087c1c80e1ce68e879edb81e244e74ed8a24f Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 4 Jan 2024 09:19:57 -0500 Subject: [PATCH] update doc --- acm/README.md | 5 ++++- acm/main.tf | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/acm/README.md b/acm/README.md index 2fa6a53..ce93e9c 100644 --- a/acm/README.md +++ b/acm/README.md @@ -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. diff --git a/acm/main.tf b/acm/main.tf index 87a5d36..3f9f339 100644 --- a/acm/main.tf +++ b/acm/main.tf @@ -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.