diff --git a/docker/resource_docker_container.go b/docker/resource_docker_container.go index 9898a6cd..2b386987 100644 --- a/docker/resource_docker_container.go +++ b/docker/resource_docker_container.go @@ -775,6 +775,7 @@ func resourceDockerContainer() *schema.Resource { Description: "A test to perform to check that the container is healthy", MaxItems: 1, Optional: true, + Computed: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "test": {