⚠️ DEPRECATION NOTICE: this release contains breaking changes and upgrading may cause unexpected behavior.
Here's what you should know before upgrading:
- Keyword "deleted" was renamed to "missing" in text and JSON output
- Keyword "drifted" was renamed to "changed" in text and JSON output
- CLI flag
--error-reporting
was renamed to--send-crash-report
- To avoid unnecessary noise in the scan result, default AWS resources, like the service-linked role associated to your account will now be ignored by default. You can use the
--strict
flag to disable this behavior
🚀 Features
- Implement strict mode (#388) @sundowndev
🐛 Bug Fixes
- Fix false positive report on FinalSnapshotIdentifier field (#398) @sundowndev
- Add missing truncate option when writting JSON twice in the same file (#394) @eliecharra
- Display last number of resources scanned and hide animation character when progress bar end (#386) @lotoussa
- Make differences output predictable (#385) @sundowndev
- Remove LastModified field for aws_lambda_function from drift reports (#383) @lotoussa
- Add details to error reporting flag in help message (#381) @lotoussa
- Fix broken link in unmanaged security groups (#380) @sundowndev
- Update output terminology (#379) @sundowndev
- Fix aws_route53_record error when deserializing resource (null value is not allowed) (#401) @lotoussa
- Fix false positive on aws_route resources (#404) @sundowndev
- Fix aws_iam_policy_attachment false-positives (#402) @lotoussa, @sundowndev
- Fix false positive on field InstanceInitiatedShutdownBehavior (#413) @sundowndev
- Fix #409 do not list directory when using s3 as state backend (#410) @lotoussa
- Rename total_drifted to total_changed in JSON output (#422) @sundowndev
- Fix issue 367 error reporting (#424) @lotoussa
- Fix Typo Issue 367 error reporting (#425) @lotoussa
- Fix bug in default igw route middleware (#428) @eliecharra