CloudFormation Resource Specification lags recent releases
FireballDWF opened this issue · 2 comments
cfn-lint version: (cfn-lint 0.25.3)
E3002 Invalid Property Resources/GeneratedFindingUser/Properties/Tags
even after cfn-lint -u
2 Days ago on 11/21, AWS::IAM::User now supports Tag property per Release History https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html
The following resource was updated: AWS::IAM::User. AWS::IAM::User Use the Tags property to specify a list of tags that you want to attach to the newly created user.
Still missing from the us-east-1 CloudFormation Resource Specification itself. The release cadence for the CloudFormation Resource Specification is ~weekly, so there's definitely a bit of lag
Not much that can be done from the Linter side about this, but will pin this issue for visibility
UPDATE: #2066 (comment)