Skip to content

Releases: craftech-io/terraform-aws-acm

v4.1.0

22 Feb 19:06
a2e4af9
Compare
Choose a tag to compare

🚀 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

12 Jan 18:13
4ebd6c7
Compare
Choose a tag to compare

🚀 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 and version.tf.
  • Directory restructuring for registry ci.

What's Changed

New Contributors

Full Changelog: v3.2.0...v4.0.0