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

Policy Setting: Azure > Key Vault > Key > Expiration

Policies

This policy setting is dependent on the following policy types:

Source

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