🚀 Release Notes
What's changed
New variable:
zones: Map containing the Route53 Zone IDs for additional domains.
Type: map(string).
Use case
This new variable can be used when the ACM Certificate must complain multiple domain names, from different hosted zones. For example, if you are using a CloudFront Distribution with multiple hosted zones.
Example:
zones = {
"<domain-name-1>" = "<hosted-zone-id-1>",
"<domain-name-2>" = "<hosted-zone-id-2>"
}
⚠️ Breaking changes
This upgrade is not a breaking change.
Full Changelog: v4.0.0...v4.1.0