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

[BUG] v0 fails for bad mapping but not v1 #3555

Closed
shahamy opened this issue Aug 1, 2024 · 0 comments · Fixed by #3557
Closed

[BUG] v0 fails for bad mapping but not v1 #3555

shahamy opened this issue Aug 1, 2024 · 0 comments · Fixed by #3557

Comments

@shahamy
Copy link
Contributor

shahamy commented Aug 1, 2024

CloudFormation Lint Version

cfn-lint 1.8.2

What operating system are you using?

Mac

Describe the bug

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

Expected behavior

V1 should fail like V0 did

Reproduction template

Mappings:
  qa:
    global:
      global:
      subnet: abc123
@shahamy shahamy changed the title v0 fails for bad mapping but not v1 [BUG] v0 fails for bad mapping but not v1 Aug 1, 2024
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

Successfully merging a pull request may close this issue.

1 participant