turbot/gcp_insights

Query: compute_network_default_status

Usage

powerpipe query gcp_insights.query.compute_network_default_status

Steampipe Tables

SQL

select
case
when name = 'default' then 'default'
else 'non-default'
end as default_status,
count(*)
from
gcp_compute_network
group by
default_status;

Dashboards

The query is used in the dashboards: