mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-28 14:00:59 -04:00
Restructure steampipe repo to use pkg folder. Closes #2204
This commit is contained in:
9
pkg/control/testdata/aws_dummy/query/error.sql
vendored
Normal file
9
pkg/control/testdata/aws_dummy/query/error.sql
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user