diff --git a/docker/resource_docker_container.go b/docker/resource_docker_container.go index 323725f2..e684adf6 100644 --- a/docker/resource_docker_container.go +++ b/docker/resource_docker_container.go @@ -326,12 +326,10 @@ func resourceDockerContainer() *schema.Resource { }, }, }, - "tmpfs": { Type: schema.TypeMap, Optional: true, }, - "ports": { Type: schema.TypeList, Optional: true,