turbot/oci_insights

Query: kms_vaults_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.kms_vaults_for_blockstorage_boot_volume

SQL

select
k.vault_id as key_vault_id
from
oci_core_boot_volume as v,
oci_kms_key as k
where
k.id = v.kms_key_id
and v.id = $1;