All notable changes to this project will be documented in this file.
v2.11.0 - 2020-08-17
- fix: Wait for correct certificate_arn when validation is enabled (#55)
v2.10.0 - 2020-08-13
- feat: Bump version of AWS provider to support v3
v2.9.0 - 2020-06-24
- feat: Added dns ttl as variable (#54)
v2.8.0 - 2020-06-11
- fix: certificate_transparency_logging_preference to default to
true
(#51)
v2.7.0 - 2020-06-10
- Fixed syntax error in newly added options block for certificate trans… (#50)
v2.6.0 - 2020-06-10
- Updated README
- feat: Add certificate transparency log option to ACM (#18)
- Update ".pre-commit-config.yaml".
- Create "LICENSE".
- Create ".gitignore".
- Create ".pre-commit-config.yaml".
- Create "Makefile".
- Create ".editorconfig".
v2.5.0 - 2019-12-19
- Updated example with multiple SANs after PR #32
- Fixing validation records when wildcard is present with alternative domains (#32)
v2.4.0 - 2019-11-12
- Updated pre-commit hooks
- Define local.validation_domains properly. (#28)
v2.3.0 - 2019-09-02
- Updated pre-commit hooks
- Replace template usage with 0.12 compatible list comprehension (#17)
v2.2.0 - 2019-07-08
- Improved access by index to help with deletion (relates to #10)
v2.1.0 - 2019-06-17
- Updated pre-commit-terraform to support terraform-docs and Terraform 0.12
- Terraform.012 upgrade (#9)
v1.4.0 - 2019-06-13
v2.0.0 - 2019-06-05
- Terraform.012 upgrade (#9)
v1.3.0 - 2019-05-30
- fix format issue (#6)
v1.2.0 - 2019-02-14
- Added multiple records for route53 validation (related to #1)
v1.1.0 - 2019-02-01
- Fixed bug when creation was disabled
- Updated readme
- Initial commit with all the code