Cfn-flip fails to parse YAMLs when there is a tab character #117
Open
Description
This doesn't work:
Parameters:
Test:
Type: String
Default: Tab here -> <- tab here
Resources:
S3:
Type: AWS::Logs::LogGroup
This works:
Parameters:
Test:
Type: String
Default: "Tab here ->\t<- tab here"
Resources:
S3:
Type: AWS::Logs::LogGroup
When using AWS CloudFormation Designer, somehow it still validates without issue.
Metadata
Assignees
Labels
No labels