chef-boneyard / lambda_ebs_snapshot

Terraform config for automatic EBS snapshots
Other
16 stars 45 forks source link

Ensure `Backup` key has a valid value #1

Closed schisamo closed 7 years ago

schisamo commented 7 years ago

This tweaks the logic slightly to only snapshot instances that have a the Backup tag and it is set to a value of true, yes or 1. Previously just the presence of the Backup tag (with any value) was enough to mark an instance for inclusion.

Signed-off-by: Seth Chisamore schisamo@chef.io