issues
search
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
Recompiled plugin with Go version 1.17 and steampipe-plugin-sdk to v1.8.2 closes #16
#17
Closed
ParthaI
closed
2 years ago
ParthaI
commented
2 years ago
Example query results
Results
``` > select * from turbot_resource_type +-----------------+-----------------------------------------------------+---------------------+---------------------------+---------------------------+---------------------------------------------------------+-----------------+------------------------------------------- | id | uri | title | trunk_title | description | akas | category_id | category_uri +-----------------+-----------------------------------------------------+---------------------+---------------------------+---------------------------+---------------------------------------------------------+-----------------+------------------------------------------- | 161241285107853 | tmod:@turbot/aws#/resource/types/aws | AWS | AWS | | ["tmod:@turbot/aws#/resource/types/aws"] | 161240997233916 | tmod:@turbot/turbot#/resource/categories/c | 161241285197994 | tmod:@turbot/aws#/resource/types/organization | Organization | AWS > Organization | AWS Organization Resource | ["tmod:@turbot/aws#/resource/types/organization"] | 161240997628448 | tmod:@turbot/turbot#/resource/categories/o | 161241285217459 | tmod:@turbot/aws#/resource/types/organizationalUnit | Organizational Unit | AWS > Organizational Unit | | ["tmod:@turbot/aws#/resource/types/organizationalUnit"] | 161240997212394 | tmod:@turbot/turbot#/resource/categories/c | 187356892232864 | tmod:@turbot/aws#/resource/types/budget | Budget | AWS > Account > Budget | AWS Account Budget. | ["tmod:@turbot/aws#/resource/types/budget"] | 161240997233916 | tmod:@turbot/turbot#/resource/categories/c | 161241285272782 | tmod:@turbot/aws#/resource/types/root | Root | AWS > Root | | ["tmod:@turbot/aws#/resource/types/root"] | 161240997628448 | tmod:@turbot/turbot#/resource/categories/o | 161241285179553 | tmod:@turbot/aws#/resource/types/account | Account | AWS > Account | | ["tmod:@turbot/aws#/resource/types/account"] | 161240997233916 | tmod:@turbot/turbot#/resource/categories/c | 161241285257413 | tmod:@turbot/aws#/resource/types/region | Region | AWS > Region | | ["tmod:@turbot/aws#/resource/types/region"] | 161240997194974 | tmod:@turbot/turbot#/resource/categories/c | 161241285239996 | tmod:@turbot/aws#/resource/types/permissionMap | Permission Map | AWS > Permission Map | | ["tmod:@turbot/aws#/resource/types/permissionMap"] | 161240997433736 | tmod:@turbot/turbot#/resource/categories/i +-----------------+-----------------------------------------------------+---------------------+---------------------------+---------------------------+---------------------------------------------------------+-----------------+------------------------------------------ ```
Example query results
Results
``` > select * from turbot_resource_type +-----------------+-----------------------------------------------------+---------------------+---------------------------+---------------------------+---------------------------------------------------------+-----------------+------------------------------------------- | id | uri | title | trunk_title | description | akas | category_id | category_uri +-----------------+-----------------------------------------------------+---------------------+---------------------------+---------------------------+---------------------------------------------------------+-----------------+------------------------------------------- | 161241285107853 | tmod:@turbot/aws#/resource/types/aws | AWS | AWS | | ["tmod:@turbot/aws#/resource/types/aws"] | 161240997233916 | tmod:@turbot/turbot#/resource/categories/c | 161241285197994 | tmod:@turbot/aws#/resource/types/organization | Organization | AWS > Organization | AWS Organization Resource | ["tmod:@turbot/aws#/resource/types/organization"] | 161240997628448 | tmod:@turbot/turbot#/resource/categories/o | 161241285217459 | tmod:@turbot/aws#/resource/types/organizationalUnit | Organizational Unit | AWS > Organizational Unit | | ["tmod:@turbot/aws#/resource/types/organizationalUnit"] | 161240997212394 | tmod:@turbot/turbot#/resource/categories/c | 187356892232864 | tmod:@turbot/aws#/resource/types/budget | Budget | AWS > Account > Budget | AWS Account Budget. | ["tmod:@turbot/aws#/resource/types/budget"] | 161240997233916 | tmod:@turbot/turbot#/resource/categories/c | 161241285272782 | tmod:@turbot/aws#/resource/types/root | Root | AWS > Root | | ["tmod:@turbot/aws#/resource/types/root"] | 161240997628448 | tmod:@turbot/turbot#/resource/categories/o | 161241285179553 | tmod:@turbot/aws#/resource/types/account | Account | AWS > Account | | ["tmod:@turbot/aws#/resource/types/account"] | 161240997233916 | tmod:@turbot/turbot#/resource/categories/c | 161241285257413 | tmod:@turbot/aws#/resource/types/region | Region | AWS > Region | | ["tmod:@turbot/aws#/resource/types/region"] | 161240997194974 | tmod:@turbot/turbot#/resource/categories/c | 161241285239996 | tmod:@turbot/aws#/resource/types/permissionMap | Permission Map | AWS > Permission Map | | ["tmod:@turbot/aws#/resource/types/permissionMap"] | 161240997433736 | tmod:@turbot/turbot#/resource/categories/i +-----------------+-----------------------------------------------------+---------------------+---------------------------+---------------------------+---------------------------------------------------------+-----------------+------------------------------------------ ```