-
Notifications
You must be signed in to change notification settings - Fork 7
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
render
incompatible with CloudFormation dynamic references
#260
Comments
rymndhng
pushed a commit
that referenced
this issue
Jan 6, 2021
fs.statSync will throw an error when the "file" does not exist (in the case of "-" for stdin). Fixes #260
tavisrudd
pushed a commit
that referenced
this issue
Jan 6, 2021
fs.statSync will throw an error when the "file" does not exist (in the case of "-" for stdin). Fixes #260
Oops, re-opening this issue. I mis-linked the PR 🤦 |
The trick is to escape the handlebars braces with a double backslash:
I've added a note about this to the docs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The iidy preprocessor fails when using CloudFormation dynamic references, such as
{{resolve:ssm:..}}
. See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.htmlTemplate that reproduces this error:
Command used for testing:
The text was updated successfully, but these errors were encountered: