cloudformation deploy does not honour tabs in JSON templates #2663
Labels
bug
This issue is a bug.
cloudformation package-deploy
customization
Issues related to CLI customizations (located in /awscli/customizations)
Most of our templates are using tabs for the indentation and everything was fine until we tried to feed the template to
aws cloudformation deploy
which did not like the template despite that every other function in AWS CLI works with the template just fine:and the only function that fails to parse the template is:
A quick fix is to replace tabs with spaces:
... but it would mean that we would need to fix all our templates which are valid JSON just to workaround a bug in the tool! :(
The text was updated successfully, but these errors were encountered: