AWSTemplateFormatVersion: 2010-09-09 Description: "Dummy child stack template for cfn-python-lint rule" Parameters: TestParameter2: Type: String Default: "This is a parameter not passed by the parent" Resources: mydummybucket: Type: AWS::S3::Bucket