awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

Fix mixed indents on cftemplates #50

Closed James-TR closed 4 years ago

James-TR commented 4 years ago

Description of changes: snapshots_tool_rds_dest.json and snapshots_tool_rds_source.json have a mix of spaces and tabs used for indentation. This converts the only instance of spaces to Tabs to ensure consistency.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.