stacker icon indicating copy to clipboard operation
stacker copied to clipboard

Allow lookup in stack `enabled` field

Open 555klaw opened this issue 4 years ago • 0 comments

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 (in this case custom) resolves to true or false, thus toggling stack creation.

555klaw avatar Mar 15 '22 17:03 555klaw