[cloudformation-diff] DependsOn array arguments are incorrectly considered unequal in certain cases #9813
Labels
@aws-cdk/cloudformation-diff
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Milestone
DependsOn: "A" and DependsOn: ["A"] should be equivalent.
DependsOn: ["A", "B"] and DependsOn: ["B", "A"] should be equivalent.
Currently, they are not.
I will be opening a PR to address this.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: