turbot/gcp_insights

Query: compute_network_overview

Usage

powerpipe query gcp_insights.query.compute_network_overview

Steampipe Tables

SQL

select
name as "Name",
id :: text as "ID",
creation_timestamp as "Creation Time",
mtu as "MTU",
routing_mode as "Routing Mode",
location as "Location",
project as "Project"
from
gcp_compute_network
where
id = $1;

Dashboards

The query is used in the dashboards: