unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

#239 fix invalid refs when node objects are duplicated within the template #240

Closed dannosaur closed 4 years ago

dannosaur commented 4 years ago

jsyaml has a feature to resolve duplicate objects as-is, rather than creating them as YAML references. This PR enables that feature to ensure that the output is a valid CFN template when common components and templates are re-used.