Policy Packs
Azure CIS v2.0.0 - Section 4 - Database Services

Policy Setting: Azure > SQL > Database > Encryption at Rest

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_sql_database_encryption_at_rest" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-sql#/policy/types/databaseEncryptionAtRest"
note = "Azure CIS v2.0.0 - Control: 4.1.5"
value = "Check: Enabled"
# value = "Enforce: Enabled"
}