v0.11
[v0.11] - 2021-11-02
Added
- Unit tests (only 3 so far)
- GitHub Actions integration
Fixed
terraformsh -P destroy
now works as expected. Before it would try to run
'terraform apply' rather than 'terraform destroy'.
You can auto-accept withterraformsh -P -E "DESTROY_ARGS+=(-auto-accept)" destroy
(or set it in a config file like ~/.terraformshrc).
Thanks @AMKamel for the contribution! \o/