-
python newbie here ... I inherited a sceptre 1.x repo that I am converting to sceptre 2.x. Here's the original:
The above throws :
Assuming that hooks and resolvers are similar, I tried to apply learnings from #684 but I'm not having any success. JIC it matters, here's my setup.py:
Any assistance would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think you are referring to the https://github.com/lukeplausin/sceptre-template-resolver @himmelmrm? if so i think the new sceptre-file-resolver can accomplish the same use case and it's included in sceptre ver 2.6.1 |
Beta Was this translation helpful? Give feedback.
-
ahh you are correct @himmelmrm, i misunderstood the purpose of the sceptre-template-resolver. if |
Beta Was this translation helpful? Give feedback.
ahh you are correct @himmelmrm, i misunderstood the purpose of the sceptre-template-resolver. if
self.stack_config['template_data']
doesn't work anymore i would tryself.stack.template
then reference the template class member you need, https://github.com/Sceptre/sceptre/blob/master/sceptre/template.py#L55