turbot/terraform_azure_compliance

Query: eventhub_namespace_zone_redundant

Usage

powerpipe query terraform_azure_compliance.query.eventhub_namespace_zone_redundant

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'zone_redundant')::bool then 'ok'
else 'alarm'
end status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'zone_redundant')::bool then ' zone redundant'
else ' not zone redundant'
end || '.' reason
, path || ':' || start_line
from
terraform_resource
where
type = 'azurerm_eventhub_namespace';

Controls

The query is being used by the following controls: