Replies: 3 comments
-
related to issue #355 |
Beta Was this translation helpful? Give feedback.
0 replies
-
My workaround for this issue is to create the sceptre-identity-resolver |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions