samples
turbot/flowpipe-samples/add-s3-bucket-cost-center-tags
Get Involved
Version
Add S3 Bucket Cost Center Tags
Add the cost_center tag to S3 buckets based on user input.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run add_s3_bucket_cost_center_tags.pipeline.add_s3_bucket_cost_center_tags \ --arg 'buckets=<list(any)>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = add_s3_bucket_cost_center_tags.pipeline.add_s3_bucket_cost_center_tags args = { buckets = <list(any)> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
buckets | list(any) | Yes | Row data for S3 buckets. | - |
notifier | string | Yes | Notifier to use. | default |
Outputs
This pipeline has no outputs.