Martin
Martin
Perfect! I won't have time in the next 2-3 weeks to implement this but it is on my list. I also would be happy about a PR ;)
Thanks for submitting this issue! On the first glance, this seems like a feature which needs thorough analysis and implementation, I might be wrong, though. I currently do not have...
Docker networking can be complicated... From what I can see from your terraform code: The postgres container is not attached to any network. You have set `network_mode` but not specified...
The behaviour is expected and not an issue with the provider itself. The terraform code of yours is an equivalent to running `docker run ubuntu`. This command also exits immediately...
I just tested this by checking out the repository and performing the steps described in https://github.com/terraform-aws-modules/terraform-aws-lambda/tree/master/examples/container-image and it **worked** Can you post the output of `docker version` here? And also...
@schniber short ping here :)
I am also running on MacOS with the exact same docker version output and it (the example you are both using) is running fine for me. Could you both post...
@benley really interesting find, thank you! Feel free to submit a PR, it would also be great to have some regression tests for that. I will also perform some testing...
@ahjones coud you post your terraform code so that we can better reproduce this issue?
Closing because of inactivity. Will re-open once it happens again and a reproducible case exist.