aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
Allow stack updates that don't evaluate as a change
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
## 1. Allow stack updates that don't evaluate as a change
## 2. Scope of request
Currently a stack's template cannot be updated if applying the update results in no changes. This creates an edge case where template changes gated behind parameters/conditionals with the intent of changing a parameter later to change behavior are not able to be applied.
It is work around-able by making impact-less changes to the template, but that isn't an ideal solution
## 3. Expected behavior
N/A. This is more of a feature request than a bug so the working behavior is the expected behavior i think.
## 4. Suggest specific test cases
N/A
## 5. Helpful Links to speed up research and evaluation
N/A
## 6. Category- *Other*
## 7. Any additional context (optional)
N/A
Contributor guide
Assessment
This issue has not been assessed yet.