cloudtools / cloudtools/troposphere
Prefix LogicalsIds
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
There is a way to rename with a prefix all the LogicalsIds in a template? I need to update also reference.
My idea is:
template_one.prefix(prefix=one)
template_two.prefix(prefix=two)
template = template_one + template_two
this will avoid resource conflicts.
Also !Ref, !GetAtt, Output Export Name.. etc need to be updated.
Contributor guide
Assessment
This issue has not been assessed yet.