turbot/gcp_insights

Query: kms_key_name_tags

Usage

powerpipe query gcp_insights.query.kms_key_name_tags

Steampipe Tables

SQL

select
jsonb_object_keys(tags) as "Key",
tags ->> jsonb_object_keys(tags) as "Value"
from
gcp_kms_key
where
self_link = $1;

Dashboards

The query is used in the dashboards: