Skip to content

Instantly share code, notes, and snippets.

@andreidiaconu90
Last active September 28, 2020 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreidiaconu90/af437237ce129aba1be88263e370e123 to your computer and use it in GitHub Desktop.
Save andreidiaconu90/af437237ce129aba1be88263e370e123 to your computer and use it in GitHub Desktop.
root-template-file
AWSTemplateFormatVersion: '2010-09-09'
Resources:
MyFirstpipeline:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: ./my-first-pipeline.yml
MySecondPipeline:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: ./my-second-pipeline.yml
MyThirdPipeline:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: ./my-third-pipeline.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment