Bert Blommers
Bert Blommers
Hi @sli10, an initial implementation is now part of `moto >= 5.0.3.dev14` and the latest Docker image. Are you able to try it out, and see whether this solves your...
Happy to hear that @sli10! I don't think we do anything special with stack deletion - we just delete all all resources in a random order, and re-try to delete...
With that particular example I can't quite reproduce it @sli10 - but I imagine that the actual setup is quite more complex. Having said that, I was able to improve...
> when we create a resource using the latest docker image Just to double check - do you mean the latest version (5.0.2), or `motoserver/moto:latest`? We added [support for EMR::Cluster](https://github.com/getmoto/moto/pull/7384)...
Thank you for the example @sli10, that was very useful. I hadn't considered the scenario where a IAM role could be created/controlled outside of CloudFormation. Creating an `AWS::EMR::Cluster` does work...
Didn't mean to close this, so I'll reopen. But `latest` should support everything you've asked for so far @sli10!
Happy to help @sli10! I can't reproduce that ValidationError though, I'm afraid. I just tried the following template, and that is created just fine (with the correct outputs) : ```...
@sli10 Yes, we do - we have some tests for that here: https://github.com/getmoto/moto/blob/565442e23d642fc379cc1caf2dc0ce1280d6c919/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py#L1984
Hi @sli10, can you pull the `latest` and try again? This should be fixed as now - with the latest PR Moto now behaves the same as AWS with conditional...
I'll assume this is fixed - but feel free to open a new issue if you run into any (other) problems.