diff --git a/cfn_review_bot/schema/template.py b/cfn_review_bot/schema/template.py index 6121f35..2e0cc24 100644 --- a/cfn_review_bot/schema/template.py +++ b/cfn_review_bot/schema/template.py @@ -16,6 +16,6 @@ schema.Optional('Mappings'): {str: dict}, schema.Optional('Conditions'): {str: util.Any}, schema.Optional('Transform'): util.Any, - schema.Optional('Resources'): {str: dict}, + schema.Optional('Resources'): {str: util.Any}, schema.Optional('Outputs'): {str: dict}, }, name='CloudFormation Template')