You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Terraform AWS Certificate Manager (ACM) with Multi Zone Module
1
+
# Terraform AWS Certificate Manager (ACM) with Multiple Hosted Zone Module
2
2
3
3
Terraform module to create an ACM resource that contains domains from multiple Route53 hosted zone.
4
4
ACM validation is using Route53 only.
5
5
This module supports terraform version 0.12 only.
6
6
7
7
## Usage
8
8
9
-
The `domains` variable consist of list of map (object). Each object must consist **zone** and **domain** keys.
9
+
The `domain_name` and `subject_alternative_names` variables consist of map (object) of string and list of map of string. Each object must consist **zone** and **domain** keys.
10
10
11
-
- The **zone** key must contains hosted zone name that must be hosted on Route53 in the same AWS account with the requested certificate.
12
-
- The **domain** key contains domain name that will be used in the certificate in the domain name or subject alternative names section.
11
+
- The **zone** key contains name of hosted zone where the domain belong. The hosted must be a public one on Route53 in the same AWS account with the requested certificate.
12
+
- The **domain** key contains domain name that will be used in the certificate whether in the domain name or subject alternative names section.
0 commit comments