turbot/gcp_insights

Query: bigquery_tables_for_kms_key

Usage

powerpipe query gcp_insights.query.bigquery_tables_for_kms_key

Steampipe Tables

SQL

select
t.id as table_id
from
gcp_bigquery_table t
where
$1 like '%' || t.kms_key_name || '%';