turbot/terraform_azure_compliance

Query: azure_redis_cache_ssl_enabled

Usage

powerpipe query terraform_azure_compliance.query.azure_redis_cache_ssl_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std -> 'enable_non_ssl_port') :: boolean then 'alarm'
else 'ok'
end status,
split_part(address, '.', 2) || case
when (attributes_std -> 'enable_non_ssl_port') :: boolean then ' secure connections disabled'
else ' secure connections enabled'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'azurerm_redis_cache';

Controls

The query is being used by the following controls: