Marty Sweet

Results 35 comments of Marty Sweet

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...

- [x] Check this is still an issue - [x] Add a test - [ ] Fix the problem

This appears to be a problem with the aws_resources document from AWS. https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json Below you can see the deprecated `Transition` and the newer `Transitions` property which should expect the list,...

Potentially http://tuxdiary.com/2015/02/14/clif/

Hi @aoggz, thanks for the issue. This appears to be an issue with the cloudformation specification provided by AWS. https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json ``` "VPCEndpointType": { "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype", "PrimitiveType": "String", "Required": false, "UpdateType":...

Thanks @arpaulnet. Currently the CIDR intrinsic function is not implemented within cfn-lint.

http://rundef.com/typescript-code-coverage-istanbul-nyc

Thanks @aarongorka This is still an issue in v1.3.4.

Hi @daytonpa, By stating ``` [{"Fn::FindInMap": ["RegionAndAutoScaleAZ", {"Ref": "AWS::Region"}, "production"]}] ``` I think that would create the substitution of: ``` [["us-west-1a", "us-west-1c"]] ``` Which would make sense with the error...

This should be pretty easy to fix, there is one segment of code which does this validation, a couple of extra tests and a quick edit should be all for...