terraform-provider-docker
terraform-provider-docker copied to clipboard
must_run assumes start is instant ( "container failed to be in running state" )
with must_run = true (the default) , the plugin assumes that a call to start will instantly switch the state to running.
That is only the case in a single-host environment without scheduling decisions, and only if the local computer is fast enough.
must_run should instead call wait