zenika-open-source / terraform-aws-cli

Minimal & lightweight docker image including AWS and Terraform CLI
https://hub.docker.com/r/zenika/terraform-aws-cli
Apache License 2.0
61 stars 49 forks source link

Add openssh-client to final container #69

Closed Jberlinsky closed 1 year ago

Jberlinsky commented 1 year ago

Terraform modules can be cloned via HTTP, but some use cases (e.g. cloning from an internal Gitlab module) benefit from cloning over SSH.

bgauduch commented 1 year ago

Hello @Jberlinsky and thanks for opening this PR 🙏

It's an acceptable use-case indeed and only add about 4MB to the final container image, let's add this feature !