Policy Packs
Azure CIS v2.0.0 - Section 2 - Microsoft Defender

Policy Setting: Azure > Security Center > Security Center > Defender Plan > Resource Type

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_securitycenter_defender_plan_resource_type" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-securitycenter#/policy/types/securityCenterDefenderPlanResourceType"
note = "Azure CIS v2.0.0 - Controls: 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7, 2.1.8, 2.1.9, 2.1.10, 2.1.11 and 2.1.12"
value = <<-EOT
- "Servers"
- "App Service"
- "Azure SQL Databases"
- "Cloud Posture"
- "Container registries"
- "Containers"
- "Cosmos DB"
- "DNS"
- "Key Vault"
- "Kubernetes"
- "Open-source relational databases"
- "Resource Manager"
- "SQL servers on machines"
- "Storage"
EOT
}