cloudtools / cloudtools/stacker
Allow lookup in stack `enabled` field
Open
- Dominant language
- Python
- Stars
- 707
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
In my configuration, I want to dynamically lookup whether a stack is enabled, like...
```
my-stack:
enabled: ${custom something}
template_path: stacker/templates/my-template.yml.j2
```
where my [lookup](https://stacker.readthedocs.io/en/latest/lookups.html#custom-lookup) (in this case `custom`) resolves to _true_ or _false_, thus toggling stack creation.
Contributor guide
Assessment
This issue has not been assessed yet.