Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Use Troposphere to generate Cloudformation, rather than munge JSON
Browse files Browse the repository at this point in the history
We can and should tidy up the elb, s3, iam etc. functions to operate on a Troposphere template object directly rather than returning JSON blobs, but doing this for now makes the change smaller and hopefully easier to review
  • Loading branch information
ashb committed May 22, 2015
1 parent f2919d5 commit 75a6376
Show file tree
Hide file tree
Showing 11 changed files with 429 additions and 573 deletions.
593 changes: 428 additions & 165 deletions bootstrap_cfn/config.py

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions bootstrap_cfn/stacks/base.json

This file was deleted.

50 changes: 0 additions & 50 deletions bootstrap_cfn/stacks/ec2.json

This file was deleted.

86 changes: 0 additions & 86 deletions bootstrap_cfn/stacks/elb.json

This file was deleted.

14 changes: 0 additions & 14 deletions bootstrap_cfn/stacks/elb_ssl.json

This file was deleted.

34 changes: 0 additions & 34 deletions bootstrap_cfn/stacks/iam.json

This file was deleted.

52 changes: 0 additions & 52 deletions bootstrap_cfn/stacks/rds.json

This file was deleted.

10 changes: 0 additions & 10 deletions bootstrap_cfn/stacks/rds_out.json

This file was deleted.

28 changes: 0 additions & 28 deletions bootstrap_cfn/stacks/s3.json

This file was deleted.

0 comments on commit 75a6376

Please sign in to comment.