-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`yamljs` would emit YAML version 1.2, but CloudFormation expects YAML version 1.1. The differences between versions include some surrogate representations of booleans (`ON`, `OFF`, `YES`, ...) that are no longer supported in 1.2. This changes implementation to `js-yaml`, which makes extra effort in emitting YAML that is compatible with previous versions of the standard. Fixes #875
- Loading branch information
1 parent
1561a4d
commit 3cedc0c
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters