turbot/terraform_azure_compliance

Query: securitycenter_azure_defender_on_for_server

Usage

powerpipe query terraform_azure_compliance.query.securitycenter_azure_defender_on_for_server

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'resource_type') = 'VirtualMachines'
and (attributes_std ->> 'tier') = 'Standard' then 'ok'
else 'skip'
end status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'resource_type') = 'VirtualMachines'
and (attributes_std ->> 'tier') = 'Standard' then ' Azure Defender on for Servers'
else ' Azure Defender off for Servers'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'azurerm_security_center_subscription_pricing';

Controls

The query is being used by the following controls: