terraform-provider-docker
terraform-provider-docker copied to clipboard
Support for plugin.device settings
trafficstars
Community Note
- Please vote on this issue by adding a 👍 reaction 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
Description
Add an attribute to configure path of devices.
https://docs.docker.com/engine/reference/commandline/plugin_set/
New or Affected Resource(s)
- docker_plugin
Potential Terraform Configuration
resource "docker_plugin" "sample-volume-plugin" {
plugin_reference = "docker.io/tiborvass/sample-volume-plugin:latest"
device = [
"mydevice.path=/dev/bar"
]
}
References
- #35
- #24
This issue is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days.
If you don't want this issue to be closed, please set the label pinned.
This issue is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days.
If you don't want this issue to be closed, please set the label pinned.