Policy Packs
Enforce Rotation Is Enabled for AWS KMS Keys

Policy Setting: AWS > KMS > Key > Rotation

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_kms_key_rotation_enabled" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-kms#/policy/types/keyRotation"
value = "Check: Enabled"
# value = "Enforce: Enabled"
}