This is a collection of stack templates the users can use to create a small stacks to start using Cycloid.
The difference from a normal stacks are the following:
- a template stack has in the 
.config.ymlthe fieldtemplate: true - you can use 
pongo2templates to conditionally alter the resulting stack 
When the user creates a stack from template the BE will pass the following parameters:
- stack_usecase
 - stack_author
 - stack_canonical
 - stack_path
 - scs_canonical
 - scs_cred_path
 - scs_cred_type
 - api_url
 
The relevant files will be rendered with the passed parameters and added to a resulting stack. The relevant files are the following
.config.yml,.forms.ymlandREADME.mdfiles- all the files (not directories) under the 
terraform,pipeline, andansibledirectories - all the files that have the 
stack_usecasein their path 
For example if the stack_usecase is aws  the file terraform-sample/terraform/aws/variables.tf is rendered and included in the resulting stack.
While terraform-sample/terraform/gcp/aws-migation.tf will not since  it is not directly under the terrafor directory and the usecase do not appear it the path to the file but in the filename.