Policy Packs
Enable Reporting for Azure CIS v2.0.0

Policy Setting: Azure > CIS v2.0

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_cis_v200" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-cisv2-0#/policy/types/cis"
value = "Check: All CIS Benchmarks except attestations"
# value = "Check: All CIS Benchmarks"
}