Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AWS::ResourceGroups:Group resources #1440

Closed
coyoteecd opened this issue Mar 25, 2020 · 2 comments
Closed

Support AWS::ResourceGroups:Group resources #1440

coyoteecd opened this issue Mar 25, 2020 · 2 comments

Comments

@coyoteecd
Copy link
Contributor

cfn-lint version: (cfn-lint --version) 0.29.0

I tried to deploy an AWS resource group and cfn-lint complains that it's not supported.
Documentation can be found here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html

Looks like another case of specs lagging behind the actual AWS releases (#1219)

@PatMyron
Copy link
Contributor

#1433 hasn't been released yet, but AWS::ResourceGroups:Group is in the latest CloudFormation Resource Specification. Running this should fix it:

cfn-lint --update-specs

@kddejong
Copy link
Contributor

v0.29.1 is being released now or do what @PatMyron suggested. Should be fixed either way very shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants