v0.3.0
Add support for importing self-signed certificate to ACM @r351574nc3 (#5)
what
- ACM support allows using
aws_acm_certificate
TF resource to store certificates and keys directly in ACM for use with other AWS services that access certificates in that way.
why
- Support the following use case: VPN client uses self-signed-cert to create VPN endpoints using certificate based authentication and storing certificates in ACM
references
- N/A