You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to parse a cloudformation template into a troposphere template using the TemplateGenerator class.
This works good for most parts, but I've ran into an issue where TemplateGenerator would wrap calls to Fn::Split inside a list, making the result invalid (as it becomes a list of lists when deployed by cloudformation).
I'm trying to parse a cloudformation template into a troposphere template using the TemplateGenerator class.
This works good for most parts, but I've ran into an issue where TemplateGenerator would wrap calls to
Fn::Split
inside a list, making the result invalid (as it becomes a list of lists when deployed by cloudformation).Small snippet to reproduce this issue:
I'm getting this running:
Is there any way around this?
The text was updated successfully, but these errors were encountered: