Releases: flaupretre/terraform-ssh-tunnel
Releases · flaupretre/terraform-ssh-tunnel
2.2.3
2.2.2
Fixup #44: Fixup bug when defining `ABSPATH` variable Using `cd` might cause shell to echo back new working directory (cf. issue https://github.com/flaupretre/terraform-ssh-tunnel/issues/44) Proposed solution is to redirect `cd` output to `/dev/null`
v2.2.1
Fix variables
v2.1.0
feat: add aws assume role support for ssm
v2.0.4
remove spaces in ps output
v2.0.3
Apply fix from #25
v2.0.2
shellcheck warning: remove 'function' keyword
v2.0.1
Remove newlines from ENV concatenation This remove an escaping nightmware. The newlines get swallowed and become n's meaning multiple env variables will be broken when we run them through 'eval'. Since we escape the values it is quite find just to space seperate the exports.
v2.0.0
Issue #23: Alpine Linux Support
v2.0.0 alpha 1
Introducing additional gateways.
Please test and report issues. Thanks.