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
When reading YAML files, it blows up if there is a tag like the !Sub and !Ref functions used in CloudFormation templates. All tags should be processed and ignored, or at least the CloudFormation tags which we know are turned into maps.
The text was updated successfully, but these errors were encountered:
When reading YAML files, it blows up if there is a tag like the
!Sub
and!Ref
functions used in CloudFormation templates. All tags should be processed and ignored, or at least the CloudFormation tags which we know are turned into maps.The text was updated successfully, but these errors were encountered: