mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-03 12:01:18 -05:00
10 lines
228 B
SQL
10 lines
228 B
SQL
select
|
|
-- Required Columns
|
|
'some messed up resource' as resource,
|
|
'error' as status,
|
|
'is in some sort of error state' as reason,
|
|
'partition 20000' as partition,
|
|
'us-east-2' as region,
|
|
'21323354343537' as account
|
|
|