turbot/terraform_aws_compliance

Query: memorydb_cluster_transit_encryption_enabled

Usage

powerpipe query terraform_aws_compliance.query.memorydb_cluster_transit_encryption_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'tls_enabled') = 'false' then 'alarm'
else 'ok'
end status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'tls_enabled') = 'false' then ' encryption at transit disabled'
else ' encryption at transit enabled'
end || '.' reason
, path || ':' || start_line
from
terraform_resource
where
type = 'aws_memorydb_cluster';

Controls

The query is being used by the following controls: