martysweet / cfn-lint

A CloudFormation JSON and YAML Validator
MIT License
163 stars 38 forks source link

Support for AWS::CloudFormation::Init #101

Open venutm opened 6 years ago

venutm commented 6 years ago

In future are you planning to add support for AWS::CloudFormation::Init, configs and commands. http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-init.html

martysweet commented 6 years ago

Currently, we are not processing the Metadata tag for defined resources (which wouldn't be too hard to add). Unfortunately, AWS::CloudFormation::Init isn't specified within the AWS CloudFormation Specification https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json, which makes this feature slightly harder to implement.

If know of any schemas for this type, that would be a great help.