samples
turbot/flowpipe-samples/add-s3-bucket-cost-center-tags
Get Involved
Version
Add Cost Center Tag to S3 Bucket
Add the cost_center tag to an S3 bucket with a value 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_cost_center_tag_to_s3_bucket \ --arg 'bucket=<map(string)>' \ --arg 'notifier=<string>'
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_cost_center_tag_to_s3_bucket args = { bucket = <map(string)> notifier = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
bucket | map(string) | Yes | Row data for S3 bucket. | - |
notifier | string | Yes | Notifier to use. | - |
Outputs
This pipeline has no outputs.