samples
turbot/flowpipe-samples/add-s3-bucket-cost-center-tags

List S3 Buckets Without Cost Center Tag

Find S3 buckets missing the cost_center tag key.

Query

select
name,
arn,
account_id,
region,
_ctx ->> 'connection_name' as conn_name
from
aws_s3_bucket
where
tags ->> 'cost_center' is null

Schedule

* * * * *