Nabeel Amjad

Results 14 comments of Nabeel Amjad

Oops, this might actually be related to `poke-api`, I may have inadvertently introduced an old bug that was fixed. For now you can avoid it by not calling the provider...

@pavankumarjs have a look at https://github.com/qedus/sphere/blob/master/sphere.py, that's essentially where I've ported from.

I don't have any time to update the current code base or maintain it but I'd be more than happy to accept any PR (or a change of ownership). If...

Good find, unfortunately I don't think I've got the time now to debug this as this project has been deprecated since almost a year ago and I'm quite busy these...

You shouldn't need to write a resolver for that purpose, in your stack file you can have something like: ``` parameters: region: {{ stack_group_config.region }} ``` Replace region with whatever...

Just to be clear, you have a stack (test.yaml) specifying `param1: 1custom_resolver {{ stack_group_config.param2 }}`, which means you have a `config.yaml` which has `param2` specified in there? Or are you...

Perhaps this is what you want https://github.com/cloudreach/sceptre/issues/379#issuecomment-393215485 I've never tested personally on the ability to forward one resolver output to another. Right now there is an issue up for https://github.com/cloudreach/sceptre/issues/502...

I've not had the time for this yet unfortunately, have been quite busy. I'll try to get it solved this weekend!

This seems a little bit more complicated due to the way properties are resolved right now, however when we change how that works in #502 then we can properly support...

Sorry for the late response @mjsteger, I will test it today and let you know. We decided not to use SWF as it seems to leak memory (even with the...