An open API service indexing awesome lists of open source software.

https://github.com/seanedwards/cfer-groups

Resource grouping mechanism for Cfer
https://github.com/seanedwards/cfer-groups

aws cloudformation ruby

Last synced: about 1 year ago
JSON representation

Resource grouping mechanism for Cfer

Awesome Lists containing this project

README

          

# Cfer::Groups

This project needs a lot of doc work, but you can find the basic concept in the examples directory:

* `network_template.rb` defines a "resource group" which can be instantiated multiple times with different arguments. It's like a function, with some DSL sugar to establish a naming convention for related resources.
* `vpc.rb` uses the network template to create an actual network with three subnets.

Give it a try: `bundle exec cfer generate examples/vpc.rb`