turbot/gcp_insights

Query: compute_network_by_routing_mode

Usage

powerpipe query gcp_insights.query.compute_network_by_routing_mode

Steampipe Tables

SQL

select
routing_mode as "Routing Mode",
count(*) as "networks"
from
gcp_compute_network
group by
routing_mode
order by
routing_mode;

Dashboards

The query is used in the dashboards: