Skip to content

v0.11

Compare
Choose a tag to compare
@pwillis-els pwillis-els released this 03 Nov 02:20
· 47 commits to main since this release
0b28cbc

[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 with terraformsh -P -E "DESTROY_ARGS+=(-auto-accept)" destroy
    (or set it in a config file like ~/.terraformshrc).
    Thanks @AMKamel for the contribution! \o/