turbot/terraform_aws_compliance

Query: docdb_global_cluster_encrypted

Usage

powerpipe query terraform_aws_compliance.query.docdb_global_cluster_encrypted

Steampipe Tables

SQL

select
address as resource,
case
when
(attributes_std ->> 'storage_encrypted')::boolean
then 'ok'
else 'alarm'
end as status,
split_part(address, '.', 2) || case
when
(attributes_std ->> 'storage_encrypted')::boolean
then ' Global Cluster is encrypted'
else ' Global Cluster is not encrypted'
end || '.' as reason
, path || ':' || start_line
from
terraform_resource
where
type = 'aws_docdb_global_cluster';

Controls

The query is being used by the following controls: