Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Resource grouping mechanism for Cfer
- Host: GitHub
- URL: https://github.com/seanedwards/cfer-groups
- Owner: seanedwards
- License: mit
- Created: 2017-02-28T22:34:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T18:41:47.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T21:37:02.200Z (26 days ago)
- Topics: aws, cloudformation, ruby
- Language: Ruby
- Size: 17.6 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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`