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 this module really create private PEM file? #5

Closed rberlind closed 6 years ago

rberlind commented 6 years ago

It seems to me that we should leave outputting the private key PEM file to the module or guide that uses this module.

rberlind commented 6 years ago

While one could argue that we should not be writing the file here, I see that other modules such as ssh-keypair-aws that use it do not output the file. So, since changing the behavior here could break upstream modules and guides that expect it to be outputted, we should not change this. Closing issue.