Improves logging mechanisms of the class by implementing `LoggerMixin`.
1.2.1
- Fixes an issue with RemoveHook that was wrongly accepting resources when they should have been removed from the flatten plan;
1.2.0
- Added a new feature so users can also flatten state files when they are exported to JSON using `terraform show -json`. - Minor unit test improvements also added. - Libraries were bumped to fix vulnerability issues.
1.1.2
Not secure
Fixes issue with `RemoveResourceByTagHook` when tag is empty.
1.1.1
Not secure
Fixes issue with `setup.py` not being able to locate the package in the shell environment.
1.1.0
Not secure
- Adds new `--remove` flag - Change `--jsonplan` to `--plan` - Implement hooks interface - Improvement to project and pipeline