turbot/gcp_insights

Query: compute_subnetwork_overview

Usage

powerpipe query gcp_insights.query.compute_subnetwork_overview

Steampipe Tables

SQL

select
name as "Name",
id::text as "ID",
creation_timestamp as "Creation Time",
network_name as "Network",
location as "Location",
project as "Project"
from
gcp_compute_subnetwork
where
id = (split_part($1, '/', 1))::bigint
and project = split_part($1, '/', 2);

Params

ArgsNameDefaultDescriptionVariable
$1id

    Dashboards

    The query is used in the dashboards: