Skip to content

Instantly share code, notes, and snippets.

@andreidiaconu90
Last active September 28, 2020 11:53
Show Gist options
  • Save andreidiaconu90/b9d2fc2650057d17d89421e00cc2e304 to your computer and use it in GitHub Desktop.
Save andreidiaconu90/b9d2fc2650057d17d89421e00cc2e304 to your computer and use it in GitHub Desktop.
packaged-template-file
AWSTemplateFormatVersion: '2010-09-09'
Resources:
MyFirstPipeline:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://s3.eu-west-1.amazonaws.com/my-bucket-name/<some-random-guid>.template
MySecondPipeline:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://s3.eu-west-1.amazonaws.com/my-bucket-name/<some-random-guid>.template
Mythirdpipeline:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://s3.eu-west-1.amazonaws.com/my-bucket-name/<some-random-guid>.template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment