🚀Launch Week 08, April 14th - 18th, 2025🚀
Policy Packs
Enforce Encryption at Rest Is Enabled for Azure Compute Disks

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"
value = "Check: Encryption at Rest > Disk Encryption Set"
# value = "Enforce: Encryption at Rest > Disk Encryption Set"
}