Michael Barrett
Michael Barrett
Thanks @gabriellhrn - that helps. So `stacker destroy` doesn't delete/destroy any stacks by itself, you have to call it with `--force` to make it actually destroy a stack (otherwise it...
Ahh, this is a place where we didn't use `retry_on_throttling` and probably should have. The actual fix though will be moving to SNS/SQS instead of polling for events from DescribeStacks,...
Any idea what is up with the failing tests?
@jamietsao any chance you could share an example config for this error? I'm curious what lookups you're using in your variables, as that might have something to do with it....
I'm all for it - though from everything I've seen in maintaining troposphere it's a *very* difficult feature to implement in a consistent way. The code for cfn2py was always...
@ejholmes We really need to just create that plain cloudformation template blueprint class - it's been brought up many times, and it can't be all that hard to implement. The...
Hey folks - just wanted to chime in here as well. Like @markpeek says, I try to help out with the maintenance of troposphere - but things are crazy this...
@craigbruce 4th place you say? Are you gunning for my job? I've got my eye on you. :rofl:
I'm open to providing this functionality - I think @ejholmes is likely right, we'd need to store state between runs. I'm always hesitant to automatically, or by default, delete any...