sample
turbot/flowpipe-samples/add-s3-bucket-cost-center-tags
Get Involved
Version
Trigger: List S3 Buckets Without Cost Center Tag
Find S3 buckets missing the cost_center tag key.
Pipeline
Query
select name, arn, account_id, region, sp_connection_name as connfrom aws_s3_bucketwhere tags ->> 'cost_center' is nulllimit 4
Schedule
* * * * *