turbot/gcp_insights

Query: compute_instance_input

Usage

powerpipe query gcp_insights.query.compute_instance_input

Steampipe Tables

SQL

select
name as label,
id :: text as value,
json_build_object(
'location',
location,
'project',
project,
'id',
id :: text
) as tags
from
gcp_compute_instance
order by
name;

Dashboards

The query is used in the dashboards: