turbot/gcp_insights

Query: compute_network_input

Usage

powerpipe query gcp_insights.query.compute_network_input

Steampipe Tables

SQL

select
name as label,
id::text || '/' || project as value,
json_build_object(
'project', project,
'id', id::text
) as tags
from
gcp_compute_network
order by
title;