Policy Packs
Enforce AWS EC2 Snapshots Are Not Older Than 60 Days

Policy Setting: AWS > EC2 > Snapshot > Active > Age

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_ec2_snapshot_active_age" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-ec2#/policy/types/snapshotActiveAge"
value = "Force inactive if age > 60 days"
}