Skip to content

Commit

Permalink
examples added
Browse files Browse the repository at this point in the history
  • Loading branch information
jcolemorrison committed Apr 22, 2018
1 parent f76d027 commit ebf3bed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,8 @@
10. [Suggested Template Management Strategy](#suggested-template-management-strategy)
11. [Using JS instead of JSON](#using-js-instead-of-json)
12. [Parameter Enforcement](#parameter-enforcement)
13. [Contributing](#contributing)
13. [Examples](#examples)
14. [Contributing](#contributing)

## Intro

Expand Down Expand Up @@ -1052,6 +1053,12 @@ Input is validated against the `AllowedPattern`, `MinLength`, `MaxLength`, and `

CloudFoundation will use the stack's profile to grab all KeyPair options available and allow you to select one.

## Examples

[cfdn-init](https://github.com/jcolemorrison/cfdn-init) - A base CloudFoundation project that includes the production VPC and RDS Aurora templates.

[cfdn-lamp](https://github.com/jcolemorrison/cfdn-lamp) - Includes an EC2 LAMP stack template.

## Contributing

- Ensure that test coverage remains at 100%
Expand Down

0 comments on commit ebf3bed

Please sign in to comment.