aws-quickstart / quickstart-compliance-common

AWS Quick Start Team
Apache License 2.0
67 stars 56 forks source link

Revert CFN template logical names to support upgrade from previous version #32

Closed msimpsonnz closed 4 years ago

msimpsonnz commented 4 years ago

Description of changes: When the config-rules template was updated recently to move from Node to Python the logical ids of the resources were change. The previous update was a breaking change, preventing customers using a previous version of this template.

This PR reverts to the previous naming convention and is also in line with the naming convention used throughout the rest of this solution.

I've tested this template by deploying a version previous to Oct 2019 and then updated it with the new Python version and my naming changes and the change set is applied successfully.

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