troposphere
troposphere copied to clipboard
Prefix LogicalsIds
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.