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 1.8.2
Mac
Create a CFT like
Mappings: qa: global: global: subnet: abc123
cfn-lint v0 fails for E7001 Mapping qa has invalid property at global cfn-lint v1 passes
E7001 Mapping qa has invalid property at global
V1 should fail like V0 did
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
CloudFormation Lint Version
cfn-lint 1.8.2
What operating system are you using?
Mac
Describe the bug
Create a CFT like
cfn-lint v0 fails for
E7001 Mapping qa has invalid property at global
cfn-lint v1 passes
Expected behavior
V1 should fail like V0 did
Reproduction template
The text was updated successfully, but these errors were encountered: