-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom tag support? #27
Comments
Jeroen, I successfully parsed a CF template by using the
|
@tpot Thanks for the feedback. I think I have tried the
Ideally the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Owain,
Thank you for this project. At the moment I'm using it to generate YAML strings in Cloudformation templates. I would like to use it to read external Cloudformation templates as well. Unfortunately these templates have custom tags [1]. I've tried some hackery to get this working, but no luck so far. Do you have the intention to support custom tags? Or maybe you already have some direction how I could add this functionality?
Thanks,
Jeroen
[1] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-sub.html#intrinsic-function-reference-sub-syntax.yaml
The text was updated successfully, but these errors were encountered: