Versent / cfn-check

CloudFormation template validation tool - SUPERSEDED BY https://github.com/aws-cloudformation/cfn-python-lint
MIT License
29 stars 2 forks source link

"Cannot read property 'match' of undefined" with mostly-blank template #2

Closed rowanu closed 8 years ago

rowanu commented 8 years ago

While trying to check a new template the above error message is returned, probably because the template doesn't yet have resources, etc defined.

This should be a nicer error message.

rowanu commented 8 years ago

This is happening because there are resources defined, but don't have their Type set yet.