Enhancements
- Updated the README to include the latest mod installation instructions. (#25)
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
and*_notification_level
params and variables. - Added
format
to params and variables that use multiline and JSON strings.
Enhancements
- Added a default value for the
base_tag_rules
variable. (#18)
What's new?
- Detect and correct misconfigured tags across 55+ Azure resource types.
- Automatically add mandatory tags (e.g.
env
,owner
). - Clean up prohibited tags (e.g.
secret
,key
). - Reconcile shorthand or misspelled tag keys to standardized keys (e.g.
cc
tocost_center
). - Update tag values to conform to expected standards, ensuring consistency (e.g.
Prod
toprod
).
For detailed usage information and a full list of pipelines, please see Azure Tags Mod.