You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reproduction template deploys successfully and the ShouldCreateBucket3 condition is used, but cfn-lint incorrectly issues W8001, "Condition ShouldCreateBucket3 not used":
$ cfn-lint --format pretty --regions us-east-2 --include-checks I --configure-rule E3012:strict=True I3042:region=True I3042:accountId=True -- template.yaml
template.yaml
20:3: W8001 Condition ShouldCreateBucket3 not used
CloudFormation Lint Version
1.20.0
What operating system are you using?
Mac
Describe the bug
The reproduction template deploys successfully and the
ShouldCreateBucket3
condition is used, but cfn-lint incorrectly issuesW8001
, "Condition ShouldCreateBucket3 not used":Expected behavior
W8001
is not issued for the reproduction templateReproduction template
The text was updated successfully, but these errors were encountered: