turbot/aws_well_architected

Query: wellarchitected_workload_input

Usage

powerpipe query aws_well_architected.query.wellarchitected_workload_input

SQL

select
title as label,
workload_id as value,
json_build_object(
'account_id',
account_id,
'region',
region,
'workload_name',
workload_name
) as tags
from
aws_wellarchitected_workload
order by
title;