Skip to content

Cfn-flip fails to parse YAMLs when there is a tab character #117

Open
@JoseRolles

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions