0.0
No commit activity in last 3 years
No release in over 3 years
Cfer Groups
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.0

Runtime

>= 0.5
 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