cfn-lint
cfn-lint copied to clipboard
Parameter Not Used reported, although its being used in an Assertion Rule
cfn-lint version: (cfn-lint --version)
0.44.5 (also already ran, cfn-lint -u)
Description of issue.
Using the AWS Quick Start ad-2.template, cfn-lint is reporting VPCID Parameter not used. Although it's actually being used in the SubnetsInVPC rule.
We currently don't have a lot of logic around the rules section. We will need to build that out so we can handle this scenario.