org-formation / org-formation-reference

A reference architecture which aims to provide some best practices for any AWS Organization starting out using org-formation.
91 stars 23 forks source link

Make this template support jinja templating #3

Open OlafConijn opened 3 years ago

OlafConijn commented 3 years ago

in order to

  1. automate the installation of this reference architecture
  2. integation with the org-formation-cli tool

I would be beneficial for this repo to support a formal templating language (e.g. Jinja). The org-formation-cli can then use the repo-name as an option when performing init-pipeline in a similar way sls uses a --template-url (in our case maybe --template-repo?).

the replacement keys would need to be known in both the cli and this repo.

OlafConijn commented 3 years ago

maybe liquid.js is a better fit?

zaro0508 commented 3 years ago

ofn will fully support templating, https://github.com/org-formation/org-formation-cli/pull/202 & https://github.com/org-formation/org-formation-cli/pull/252 Is there anything else that's needed for this issue?