From 1048d83031e62c9b9b2df1df05ab2c0d0a8f9652 Mon Sep 17 00:00:00 2001 From: eric-gonzales Date: Thu, 8 Mar 2018 10:57:52 -0500 Subject: [PATCH] Add limitations in documentation --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c0895..55ddae3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository contains a Terraform module for querying for a certificate managed by the AWS Certificate Manager (ACM). +One can simply reference the domain of the certificate and use the output of this module without having to hard code ARNs as input. + ## Usage The following example queries ACM for a certificate and returns its ARN. @@ -23,6 +25,6 @@ output "base_url" { ## Limitations -This module cannot currently perform the following functions: +This module purely uses the data source to get the ARN of a certificate in ACM, and does not automate the creation of AMC certificates. -* \ No newline at end of file +This module also does not use the ACM certificate resource yet, so it doesn't allow for the requesting and management of certificates from ACM.