turbot / steampipe-plugin-turbot

Use SQL to instantly query the Turbot CMDB. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/turbot
Apache License 2.0
8 stars 1 forks source link

Update steampipe-plugin-sdk to v1.6.1 closes #6 #7

Closed misraved closed 2 years ago

misraved commented 2 years ago

Integration test logs

Logs ``` select id, trunk_title, uri from turbot_resource_type limit 3 +-----------------+---------------------------+---------------------------------------------------+ | id | trunk_title | uri | +-----------------+---------------------------+---------------------------------------------------+ | 182684183445405 | Turbot > IAM > Access Key | tmod:@turbot/turbot-iam#/resource/types/accessKey | | 184370641151213 | AWS > Account | tmod:@turbot/aws#/resource/types/account | | 185023396338346 | AWS > IAM > Access Key | tmod:@turbot/aws-iam#/resource/types/accessKey | +-----------------+---------------------------+---------------------------------------------------+ ```

Example query results

Results ``` Add example SQL query results here (please include the input queries as well) ```