v0.9.1
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.)