turbot/guardrails_insights

Query: installed_aws_mods_count

Usage

powerpipe query guardrails_insights.query.installed_aws_mods_count

Steampipe Tables

SQL

select
count(*) as "AWS Installed Mods"
from
guardrails_resource
where
filter = 'resourceTypeId:"tmod:@turbot/turbot#/resource/types/mod" level:self'
and substring(title
from
9 for 3) like 'aws';