--- name: 🐛 Bug Report about: If something isn't working as expected 🤔. --- ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment ### Terraform (and docker Provider) Version ### Affected Resource(s) * `docker_XXXXX` ### Terraform Configuration Files ```hcl # Copy-paste your Terraform configurations here - for large Terraform configs, # please use a service like Dropbox and share a link to the ZIP file. For # security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp # The code should be runnable for maintainers to reproduce the problem. # We can't reproduce the problem with partial code. # Don't include unknown input variables, local values, resources, etc. # If you can reproduce the problem with public Docker images, please don't use private Docker images. # Don't include unneeded resources to reproduce the problem. # Don't set unneeded attributes to reproduce the problem. ``` ### Debug Output ### Panic Output ### Expected Behaviour ### Actual Behaviour ### Steps to Reproduce 1. `terraform apply` ### Important Factoids ### References * #0000