Skip to content

v0.9.1

Compare
Choose a tag to compare
@sl1pm4t sl1pm4t released this 24 Mar 01:50
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.)