standard
turbot/azure_tags

Pipeline: Correct one resource with incorrect tags

Correct one resource with incorrect tags

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run azure_tags.pipeline.correct_one_resource_with_incorrect_tags \
--arg 'title=<string>' \
--arg 'id=<string>' \
--arg 'region=<string>' \
--arg 'subscription_id=<string>' \
--arg 'conn=<string>' \
--arg 'old_tags=<map(string)>' \
--arg 'new_tags=<map(string)>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = azure_tags.pipeline.correct_one_resource_with_incorrect_tags
args = {
title = <string>
id = <string>
region = <string>
subscription_id = <string>
conn = <string>
old_tags = <map(string)>
new_tags = <map(string)>
}
}

Params

NameTypeRequiredDescriptionDefault
title
string
YesTitle of the resource-
id
string
YesID of the resource-
region
string
YesThe region the resource is located in-
subscription_id
string
YesID of the subscription containing the resource-
conn
string
YesName of the Azure connection to be used for any authenticated actions.-
old_tags
map(string)
YesMap of tags prior to correction-
new_tags
map(string)
YesMap of tags the correction should result in-
notifier
notifier
YesThe name of the notifier to use for sending notification messages.notifier.default
notification_level
string
info, verbose, error
YesThe verbosity level of notification messages to send.info
approvers
list(notifier)
YesList of notifiers to be used for obtaining action/approval decisions.notifier.default
default_action
string
notify, skil, apply
YesThe default action to use for the detected item, used if no input is provided.notify

Outputs

This pipeline has no outputs.

Tags

folder = Internal