Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple CloudFormation templates in one blueprint #208

Open
agperson opened this issue Dec 10, 2013 · 3 comments
Open

Support multiple CloudFormation templates in one blueprint #208

agperson opened this issue Dec 10, 2013 · 3 comments

Comments

@agperson
Copy link
Contributor

Execute each CF template in alphanumeric order, adding outputs to the parameters for each following template.

For example if you have four separate templates that each take care of an individual piece of infrastructure, you might have:
01-vpc.json
02-rds.json
03-s3.json
04-ec2.json

@robparrott
Copy link
Contributor

Not sure why this is needed. A CF template can support any number of resources, coupled or uncoupled. 

Probably need a clearer use case.

@agperson
Copy link
Contributor Author

@robparrott
Copy link
Contributor

Bam! I’m sold.

On December 10, 2013 at 1:04:42 PM, Daniel Silverman ([email protected]) wrote:

See here for the use case:
http://awsadvent.tumblr.com/post/38685647817/strategies-reusable-cfn-templates


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants