standard
turbot/aws_tags
Get Involved
Version
Pipeline: Correct one resource with incorrect tags
Corrects one resource with incorrect tags
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_tags.pipeline.correct_one_resource_with_incorrect_tags \ --arg 'title=<string>' \ --arg 'arn=<string>' \ --arg 'region=<string>' \ --arg 'conn=<connection.aws>' \ --arg 'account_id=<string>' \ --arg 'remove=<list(string)>' \ --arg 'upsert=<map(string)>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_tags.pipeline.correct_one_resource_with_incorrect_tags args = { title = <string> arn = <string> region = <string> conn = <connection.aws> account_id = <string> remove = <list(string)> upsert = <map(string)> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
title | string | Yes | Title of the resource, to be used as a display name. | - |
arn | string | Yes | The ARN of the resource. | - |
region | string | Yes | AWS Region of the resource(s). | - |
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | - |
account_id | string | Yes | The account ID of the resource. | - |
remove | list(string) | Yes | List of tag keys to remove from the resource | - |
upsert | map(string) | Yes | Map of tag keys and values to add or update on the resource | - |
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 , apply , skip | Yes | The default action to use for the detected item, used if no input is provided. | notify |
Outputs
This pipeline has no outputs.