Results 5 comments of steveetm

Regarding your first example, what should happen when the outer map eats up all available resources from the pool and the inner map gets an empty pool?

Okey, I've found a workaround, idk if it can help narrow down the problem: Instead of targeting TestApiGWDeployment only, I must target every resources which my original target depends on....

Found another case when this happens and I can't use that workaround above for some unknown reason. And just noticed that this is labeled as v0.12. Is there any plan...

Also I would like to detect that there were any errors during apply. Currently I had the false impression that everything was fine with deploy as `terraform apply` returned no...

This is quite normal imo and not even a deadlock, simply locking issue, caused by the multiple statements, here is why: Mysql stops executing the query on the first error...