Policy Packs
Azure CIS v2.0.0 - Section 8 - Key Vault

Policy Setting: Azure > Key Vault > Secret > Expiration

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_keyvault_secret_expiration" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-keyvault#/policy/types/secretExpiration"
note = "Azure CIS v2.0.0 - Control: 8.3 and 8.4"
value = "Check: Expiration"
# value = "Enforce: Expiration"
}