Ian Hill

Results 5 issues of Ian Hill

- Generate a new docker tag for the bitops plugins PR - Use the new tag from an operations repo. - Test all plugins and features (before-script, after-script etc)

enhancement ✨

BitOps is not aware of Terraform State, so if an operations repo is deployed without one, Bitops will deploy all new resources. - Add a check for S3 backend configuration....

enhancement ✨

This is implemented with github commits [here](https://github.com/bitovi/bitops/pull/55/commits/3a6492302a96f989fe4926dc149285baa649aab9) and [here](https://github.com/bitovi/bitops/pull/55/commits/f9a0163e11f16d0ad5fceb9ef0a75f2d7b8336e4) . We will fully test after the bitops plugins implementation.

enhancement ✨

Convert Secrets to Plugins - maintain existing functionality

plugins

- We should run describe-events when Debug is enabled. Example: ```bash aws cloudformation describe-stack-events \ --stack-name my-stack \ --max-items 2 ```