cfn-lint icon indicating copy to clipboard operation
cfn-lint copied to clipboard

Parameter Not Used reported, although its being used in an Assertion Rule

Open tekdj7 opened this issue 5 years ago • 1 comments

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.

tekdj7 avatar Feb 01 '21 18:02 tekdj7

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.

kddejong avatar Feb 02 '21 20:02 kddejong