This repository consists of templates for provisioning application. These templates are meant to be used from SnappyFlow. Nothing prevents users from directly using cloudformation or Terraform to use these templates.
- Every template should be committed to a new directory.
- Top level of template directory should have a file template_info.json and parameters.json.
- Refer Creating-a-new-template.md.
- Once template development is complete, it can be promoted to production by adding to templates_list_production.json file.
- Template which are not listed in templates_list_production.json file are not availabe on SnappyFlow servers marked as production servers.
- If you are creating cloudformation template then template contains only template_info.json and actual cloudformation template
- integration with SnappyFlow