turbot/terraform_oci_compliance

GitHub

Query: blockstorage_boot_volume_encryption_enabled

Usage

steampipe query terraform_oci_compliance.query.blockstorage_boot_volume_encryption_enabled

Plugins & Tables

SQL

select
type || ' ' || name as resource,
case
when (arguments ->> 'kms_key_id') is null then 'alarm'
else 'ok'
end as status,
name || case
when (arguments ->> 'kms_key_id') is null then ' encryption disabled'
else ' encryption enabled'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'oci_core_boot_volume';

Controls

The query is being used by the following controls: