turbot/gcp_insights

Query: compute_subnetwork_cidr_range

Usage

powerpipe query gcp_insights.query.compute_subnetwork_cidr_range

Steampipe Tables

SQL

select
ip_cidr_range::text as "CIDR Range"
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: