Policy Setting: Azure > Storage > Storage Account > Data Protection > Soft Delete > Containers > Retention Days
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_storage_storage_account_soft_delete_containers_retention_days" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/azure-storage#/policy/types/storageAccountDataProtectionSoftDeleteContainersRetentionDays" note = "Azure CIS v2.0.0 - Control: 3.11" # Number of days for which container data should be retained. Should not be greater than 365. value = 7}