Policy Setting: Azure > Storage > Storage Account > Data Protection > Soft Delete
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_storage_storage_account_data_protection_soft_delete" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/azure-storage#/policy/types/storageAccountDataProtectionSoftDelete" note = "Azure CIS v2.0.0 - Control: 3.11" value = "Check: Configured per Soft Delete > * policies" # value = "Enforce: Configured per Soft Delete > * policies"}