Releases: craftech-io/terraform-aws-acm
Releases · craftech-io/terraform-aws-acm
v4.1.0
🚀 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
v4.0.0
🚀 Released Upgrade Notes
- Updated Terraform version requirements for
terraform-aws-acm
module. - Added the 'acm' use case under
examples/acm
. - Removed the files
pre-commit.yml
andversion.tf
. - Directory restructuring for registry ci.
What's Changed
- chore: update
terraform-aws-acm
module by @agustinawortley in #4 and #5
New Contributors
- @agustinawortley made their first contribution in #4
Full Changelog: v3.2.0...v4.0.0