Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failure when container no longer exists
If you create a container with terraform and then delete it by hand, terraform plan fails because client.ContainerState returns an error. This bug is subtle because go allows partial variable shadowing when using := to assign to multiple variables. (err is already declared as a named return parameter.)
- Loading branch information