We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cfn-lint version: (cfn-lint --version) 0.29.0
cfn-lint --version
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)
The text was updated successfully, but these errors were encountered:
#1433 hasn't been released yet, but AWS::ResourceGroups:Group is in the latest CloudFormation Resource Specification. Running this should fix it:
AWS::ResourceGroups:Group
cfn-lint --update-specs
Sorry, something went wrong.
v0.29.1 is being released now or do what @PatMyron suggested. Should be fixed either way very shortly.
No branches or pull requests
cfn-lint version: (
cfn-lint --version
) 0.29.0I 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)
The text was updated successfully, but these errors were encountered: