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 error TypeError: {'LabelMatchStatement': {'Key': 'foo', 'Scope': 'bar'}} is not a valid Statement is returned when ingesting a CloudFormation template with TemplateGenerator.
Expected behavior
Any template built with the troposphere Template should be digestible via TemplateGenerator.
Problem
The error
TypeError: {'LabelMatchStatement': {'Key': 'foo', 'Scope': 'bar'}} is not a valid Statement
is returned when ingesting a CloudFormation template withTemplateGenerator
.Expected behavior
Any template built with the troposphere
Template
should be digestible viaTemplateGenerator
.Reproduction steps
The text was updated successfully, but these errors were encountered: