Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 3, 2024
1 parent 62e4940 commit 3644862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This module creates and ACM certificate, using the general purpose (ca1) ACM-PCA
include the DNS name in the SAN. You may add additonal SAN fully qualified domain names, but only DNS names are supported
in the SAN for an ACM certificate.

It expects an SSM parameter `/enterprise/pki/ca1` to exist in the account (distributed to all OUs from a central account).
If this parameter does not exist, this module will fail.

It returns the ACM ARN.

# Usage
Expand Down
3 changes: 3 additions & 0 deletions acm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* include the DNS name in the SAN. You may add additonal SAN fully qualified domain names, but only DNS names are supported
* in the SAN for an ACM certificate.
*
* It expects an SSM parameter `/enterprise/pki/ca1` to exist in the account (distributed to all OUs from a central account).
* If this parameter does not exist, this module will fail.
*
* It returns the ACM ARN.
*
* # Usage
Expand Down

0 comments on commit 3644862

Please sign in to comment.