standard
turbot/azure_tags

Pipeline: Correct resources with incorrect tags

Correct resources with incorrect tags

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run azure_tags.pipeline.correct_resources_with_incorrect_tags \
--arg 'items=<list(object({
title = string
id = string
region = string
subscription_id = string
conn = string
old_tags = map(string)
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_resources_with_incorrect_tags
args = {
items = <list(object({
title = string
id = string
region = string
subscription_id = string
conn = string
old_tags = map(string)
new_tags = map(string)
}))>
}
}

Triggers

Params

NameTypeRequiredDescriptionDefault
items
list(object({
      title           = string
      id              = string
      region          = string
      subscription_id = string
      conn            = string
      old_tags        = map(string)
      new_tags        = map(string)
    }))
YesA collection of detected resources to run corrective actions against.-
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