You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name = "${var.organization} - ${var.contract_name} - Azure Ruleset"
description = "Built and maintained with Terraform"
cloud_vendor = "azure"
language = "en"
hide_in_compliance = false
is_template = false
rules {
# Storage Buckets with data classification 'secret' must always be encrypted
name = "Storage Buckets with data classification 'secret' must always be encrypted"
logic = "StorageAccount where tags contain [ key='data-classification' and value='secret' ] should have encryption.services with [ name='file' and enabled=true ]"
severity = "Low"
description = "Ensure that Storage Accounts with data classification 'secret' have server side encryption at rest enabled to protect sensitive data."