Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template CloudFormation parameter configuration #23

Open
rmc3 opened this issue May 14, 2018 · 0 comments
Open

Template CloudFormation parameter configuration #23

rmc3 opened this issue May 14, 2018 · 0 comments

Comments

@rmc3
Copy link
Contributor

rmc3 commented May 14, 2018

The parameter configuration for CloudFormation stack resources should be capable of being rendered via a templating engine and loaded as YAML. These parameters should be provided in a separate file, and should be referenced by relative path in the main organization configuration YAML object.

The main organization YAML object should also have a parameter that provides a path to the directory containing the parameter configuration templates. This may also need to be passable by the command line, etc. during runtime.

This might be implemented by something like Jinja2. The templating namespace should support both:

  • Common queries via provided methods, e.g. "get me a list of the account IDs for all accounts created in this organization"
  • Access directly to the Organization model for more niche queries as required by the user
@rmc3 rmc3 added this to To do in cumulogenesis May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
cumulogenesis
  
To do
Development

No branches or pull requests

1 participant