Policy Setting: Azure > Compute > Disk > Encryption at Rest
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_compute_disk_encryption_at_rest" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/azure-compute#/policy/types/diskEncryptionAtRest" note = "Azure CIS v2.0.0 - Control: 7.3, 7.4 and 7.7" value = "Check: Encryption at Rest > Disk Encryption Set" # value = "Enforce: Encryption at Rest > Disk Encryption Set"}