terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

must_run assumes start is instant ( "container failed to be in running state" )

Open aep opened this issue 2 years ago • 0 comments

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

aep avatar Jul 21 '23 12:07 aep