standard
turbot/azure_tags
Get Involved
Version
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
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| title | string | Yes | Title of the resource | - |
| id | string | Yes | ID of the resource | - |
| region | string | Yes | The region the resource is located in | - |
| subscription_id | string | Yes | ID of the subscription containing the resource | - |
| conn | string | Yes | Name of the Azure connection to be used for any authenticated actions. | - |
| old_tags | map(string) | Yes | Map of tags prior to correction | - |
| new_tags | map(string) | Yes | Map of tags the correction should result in | - |
| notifier | notifier | Yes | The name of the notifier to use for sending notification messages. | notifier.default |
| notification_level | string info, verbose, error | Yes | The verbosity level of notification messages to send. | info |
| approvers | list(notifier) | Yes | List of notifiers to be used for obtaining action/approval decisions. | notifier.default |
| default_action | string notify, skil, apply | Yes | The default action to use for the detected item, used if no input is provided. | notify |
Outputs
This pipeline has no outputs.
Tags
folder = Internal