We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b157f commit d3dbe03Copy full SHA for d3dbe03
src/cfnlint/rules/resources/properties/Exclusive.py
@@ -38,7 +38,7 @@ def check(self, properties, exclusions, path, cfn):
38
for property_set in property_sets:
39
obj = property_set["Object"].clean()
40
for prop in obj:
41
- if prop in exclusions:
+ if prop == k:
42
for excl_property in exclusions[prop]:
43
if excl_property in obj:
44
if property_set["Scenario"] is None:
0 commit comments