You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a jinja template and would like to pass the stack_name to the template. The only way to do this is to pass it in with a sceptre_user_data key. Since it's already defined in each stack config it would be nice to be able to reference the stack_name instead of having to define multiple times. This also applies to passing it to any plugin like hooks and parameters.
I didn't realize an important fact that all sceptre files are read in as jinja templates which means an even better workaround for this is to just use jinja
I have a jinja template and would like to pass the stack_name to the template. The only way to do this is to pass it in with a sceptre_user_data key. Since it's already defined in each stack config it would be nice to be able to reference the stack_name instead of having to define multiple times. This also applies to passing it to any plugin like hooks and parameters.
This works
template/test/noop.yaml
:However this would be much better
template/test/noop.yaml
The text was updated successfully, but these errors were encountered: