-
Notifications
You must be signed in to change notification settings - Fork 24
feat: exclude unsupported resources from refactoring #479
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
CloudFormation has a [list] of resource types that are not available for the stack refactoring. Exclude resources of these types when detecting resource movements. [list]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-refactoring.html
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #479 +/- ##
=======================================
Coverage 79.18% 79.18%
=======================================
Files 54 54
Lines 6912 6912
Branches 772 772
=======================================
Hits 5473 5473
Misses 1421 1421
Partials 18 18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these not available? What if the list updates?
CloudFormation has a list of resource types that are not available for the stack refactoring. Exclude resources of these types when detecting resource movements.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license