AWSTemplateFormatVersion: 2010-09-09 Resources: ChildStack: Type: AWS::CloudFormation::Stack Properties: TemplateURL: !Sub ["https://s3.amazonaws.com/${bucket}/prefix/child.template.yaml", {"bucket": "some-bucket"}]