cloudtools / cloudtools/stacker

Allow lookup in stack `enabled` field

Open
#774 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.