Skip to content

Releases: cloudposse/terraform-aws-key-pair

0.2.1

08 Dec 21:52
Compare
Choose a tag to compare
Add public_key output (#8)

0.2.0

30 Oct 18:06
ea0159c
Compare
Choose a tag to compare

Use Terraform local_file. Add private_key_extension and public_key_extension

what

  • Use Terraform local_file to save generated public and private keys
  • Add private_key_extension variable
  • Add public_key_extension variable

why

  • local_file is Terraform provided resource to generate a local file with the given content
  • To be able to add an extension to the private key file, e.g. .pem
  • To be able to add an extension to the public key file, e.g. .pub

Rename Repo

22 Sep 19:13
Compare
Choose a tag to compare

what

  • Rename repo

why