turbot/gcp_insights

Query: compute_instance_group_overview

Usage

powerpipe query gcp_insights.query.compute_instance_group_overview

SQL

select
name as "Name",
id::text as "ID",
creation_timestamp as "Create Time",
description as "Description",
title as "Title",
location as "Location",
project as "Project"
from
gcp_compute_instance_group
where
id = (split_part($1, '/', 1))::bigint
and project = split_part($1, '/', 2);

Dashboards

The query is used in the dashboards: