Skip to content

Releases: cloudposse/terraform-aws-ssm-tls-self-signed-cert

v1.3.0

17 May 09:05
5e98e08
Compare
Choose a tag to compare
  • No changes

v1.2.0

16 Feb 13:31
5e98e08
Compare
Choose a tag to compare
4.x version @Benbentwo (#21)

what

  • Updates to 4.X

why

  • Latest TLS Provider

references

v1.1.0

20 Jan 21:50
a5ec4c3
Compare
Choose a tag to compare
Version Lock 3.X @Benbentwo (#20)

what

  • Lock version to 3.X

why

  • Version 4.0 came out with release notes:

resource/tls_cert_request: Attribute key_algorithm is now read-only, as it's inferred from private_key_pem

Note:

This is a bandaid fix, ideally we should upgrade to 4.X, this will take time to upgrade many other components however, since many breaking changes we're introduced I'm proposing a version lock until that time

v1.0.0 Remove deprecated inputs

04 Aug 18:49
0d32ca5
Compare
Choose a tag to compare

Initial release with production Semantic Versioning, part of Cloud Posse's general policy to convert to production versioning as we make updates to relatively mature modules.

Remove key algorithm from tls_cert_request and tls_locally_signed_cert @nitrocode (#14)

what

  • Remove key_algorithm from tls_cert_request
  • Remove ca_key_algorithm from tls_locally_signed_cert

why

  • Deprecated

references

git.io->cloudposse.tools update @dylanbannon (#12)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

v0.5.0

27 Jan 19:40
a6fed02
Compare
Choose a tag to compare

🐛 Bug Fixes

Fix: Use `module.this.id` Instead of `module.this.name` @nitrocode (#10)

what

  • Use context id instead of name

why

  • Keep the keys unique

references

v0.4.0

27 Sep 14:37
f7bc31e
Compare
Choose a tag to compare
feat(locally_signed): Adding locally signed option @r351574nc3 (#7)

what

  • Feature flag for locally signed certificates

why

  • Locally signed certificates allow the use of existing CA certificate to be used to create a new cert. This is something that can't normally be done with self-signe certificates

references

v0.3.0

14 Sep 14:04
4831b05
Compare
Choose a tag to compare
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

v0.2.1

21 Aug 03:13
d9b2f71
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#4)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.2.0

11 Aug 00:55
4498648
Compare
Choose a tag to compare

🚀 Enhancements

Feat: Allow Certificate and Private Key Extensions to be Overridden @korenyoni (#3)

what

  • Allow certificate and private key extensions to be overridden.
  • Add test for extension override.
  • Fix order of variables in assert.Equal in test suite.

why

  • Some use cases require that extensions other than .pem and .key be used for the certificate and private key.

references

  • N/A

Initial release

03 Aug 17:12
19f6c38
Compare
Choose a tag to compare

This is the initial release for ssm-tls-self-signed-cert, which provides creation and writing of a self signed certificate to SSM or ASM.