v0.16.0
Add certificate_authority_arn for private CAs @nitrocode (#53)
what
- Add certificate_authority_arn
- Add validation id output
- Add verification of lowercase sans and domain names
why
- For private CAs
references
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate
- Thanks to @razorsedge this PR closes #37
- Thanks to @alexjurkiewicz this PR closes #46