Enhancements
- Updated the README to include the latest mod installation instructions. (#48)
Breaking changes
- Flowpipe v1.0.0 is now required. For a full list of CLI changes, please see the Flowpipe v1.0.0 CHANGELOG.
- In Flowpipe configuration files (
.fpc
),credential
andcredential_import
resources have been renamed toconnection
andconnection_import
respectively. - Updated the following param types:
approvers
:list(string)
tolist(notifier)
.database
:string
toconnection.steampipe
.notifier
:string
tonotifier
.
- Updated the following variable types:
approvers
:list(string)
tolist(notifier)
.database
:string
toconnection.steampipe
.notifier
:string
tonotifier
.
- Renamed
cred
param toconn
and updated its type fromstring
toconn
.
Enhancements
- Added
standard
to the mod's categories. - Updated the following pipeline tags:
type = "featured"
torecommended = "true"
type = "test"
tofolder = "Tests"
- Added the
folder = "Internal"
tag to pipelines that are not meant to be run directly. - Added the
folder = "Advanced/<service>"
tag to variables. - Added
enum
to*_default_action
,*_enabled_actions
, and*_notification_level
params and variables. - Added
format
to params and variables that use multiline and JSON strings.
What's new?
- The mod has been updated to run in the Wizard mode by default.
What's new?
- Added
Detect and Correct
pipeline for DynamoDB tables with stale data. (#34)
What's new?
- Added 30 new 'detect and correct' pipelines to identify unused and underutilized AWS resources, as well as deprecated resource configurations. These pipelines also suggest potential remediation actions to optimize costs. For usage information and a full list of pipelines, please see AWS Thrifty Mod.