turbot/gcp_insights

Query: compute_network_by_creation_mode

Usage

powerpipe query gcp_insights.query.compute_network_by_creation_mode

Steampipe Tables

SQL

select
case
when auto_create_subnetworks then 'auto'
else 'custom'
end as "Creation Mode",
count(*) as "networks"
from
gcp_compute_network
group by
auto_create_subnetworks
order by
auto_create_subnetworks;

Dashboards

The query is used in the dashboards: