turbot/guardrails_insights

Query: installed_azure_mods_count

Usage

powerpipe query guardrails_insights.query.installed_azure_mods_count

Steampipe Tables

SQL

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