terraform-aws-key-pair

Terraform Module to Automatically Generate SSH Key Pairs (Public/Private Keys)

APACHE-2.0 License

Stars
150
Committers
29

Bot releases are hidden (Show)

terraform-aws-key-pair - Migrate to README.yaml format

Published by vadim-hleif over 6 years ago

what

  • Add README.yaml

why

  • Standardize README
terraform-aws-key-pair - 0.2.3

Published by aknysh over 6 years ago

what

  • Update README
  • Add TravisCI
  • terraform fmt

why

  • Use standard README template
  • TravisCI for terraform lint and monitoring builds
terraform-aws-key-pair - 0.2.2

Published by aknysh over 6 years ago

what

  • make chmod optional
  • parameterize chmod command

why

  • chmod not supported on Windows
terraform-aws-key-pair -

Published by osterman almost 7 years ago

terraform-aws-key-pair - 0.2.0

Published by aknysh almost 7 years ago

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
terraform-aws-key-pair - Rename Repo

Published by osterman about 7 years ago

what

  • Rename repo

why

Related Projects