Charles Blaxland
Charles Blaxland
When cloudformer is pulled into a project that uses aws-sdk version 2, bundler reports a version conflict because cloudformer requires version 1.x. To get around this problem and allow both...
##### SUMMARY Running the terraform module in check mode does not return the terraform plan output and does not correctly report the changed state of the resource to Ansible #####...
Should have some proper end-to-end tests, as the specs don't catch everything. Using [awsspec](https://github.com/k1LoW/awspec) would provide a good way to test things. I'm imagining a bunch of specs that set...
The code presently assumes JSON. There's probably a number of places things are broken with YAML templates. Bora should support these.
CloudFormation [custom resources](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html) are really powerful, but not often used because it's a fair bit of messing around to get them set up and working. Bora could allow you to...
See #6 for background. The basic idea is taking a stack, say "web-uat" and being able to instantiate that many times ("web-uat-1", "web-uat-2", etc). At the moment this is possible...