Replies: 2 comments
-
Sceptre does allow passing in parameters with Var however that only overrides variables in config files. Would that help your use case @jerrygb ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jerrygb did Zaro's suggestion help you move forward? |
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
-
Hi,
Is there a mechanism to pass parameters to the Troposphere templates as opposed to only
sceptre_user_data
.As per the documentation, we see the function signature as follows,
We seem to have a basic use-case to validate a python based template.
The problem is that, in case, we
validate
this template without VPC, sceptre tries to execute thestack_output
resolver and hence ends up with an errorStack does not exist
.We wanted to know if there is a way to pass parameters as well to the
Template
object.May I please know if there a reason why we do not mock parameters and pass it in the following code, mimicking a similar behavior as yaml/jinja,
https://github.com/Sceptre/sceptre/blob/master/sceptre/stack.py#L269
Additionally, it would be great if we can have a validation flag passed in. Not sure if it avoided due to a design concern.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions