hashicorp-modules / terraform-tls-ssh-keypair-data

Terraform config for raw SSH key pair files
Mozilla Public License 2.0
0 stars 1 forks source link

Should we add public_key_pem output to this? #6

Open rberlind opened 6 years ago

rberlind commented 6 years ago

Should we add public_key_pem output to this so that it generates outputs for all outputs of the underlying tls_private_key resource of the TLS Provider?

rberlind commented 6 years ago

I actually created a new branch that had this change and also used chomp on all keys, but I then realized that @bensojona already has done some refactoring work on this repo. So, I deleted my branch since it would be better for Jon to add my suggested changes into one of his branches or for me to add them after he merges his changes into the main branch.