terraform-kubernetes-installer icon indicating copy to clipboard operation
terraform-kubernetes-installer copied to clipboard

(enhancement) automatically create instance private key file to generated folder by default

Open jlamillan opened this issue 6 years ago • 0 comments

Based on some internal feedback, it would be better if we automatically wrote out the instance private key file to generated folder by default instead of having the user manually do it as indicated in the README:

$ terraform output ssh_private_key > generated/instances_id_rsa
$ chmod 600 generated/instances_id_rsa
$ ssh -i  generated/instances_id_rsa ...

jlamillan avatar Sep 29 '17 18:09 jlamillan