turbot/terraform_aws_compliance

Query: dax_cluster_endpoint_encryption_tls_enabled

Usage

powerpipe query terraform_aws_compliance.query.dax_cluster_endpoint_encryption_tls_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'cluster_endpoint_encryption_type') = 'TLS' then 'ok'
else 'alarm'
end status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'cluster_endpoint_encryption_type') = 'TLS' then ' endpoint encryption tls enabled'
else ' endpoint encryption tls disabled'
end || '.' as reason
, path || ':' || start_line
from
terraform_resource
where
type = 'aws_dax_cluster';

Controls

The query is being used by the following controls: