terraform-provider-docker
terraform-provider-docker copied to clipboard
feat: support to import an image with image name
Close #156
- change docker_image's ID from
${imageID}${imageName}to${imageName} - support to import docker_image with image name
e.g.
$ terraform import docker_image.alpine alpine:3.13.0
What's appropriate docker_image's ID?
- image ID?
- image name?
- image ID + image name?
I considered about it, and concluded that image name is best.
This pull request 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 pull request to be closed, please set the label pinned.
related to #74 . Are you still on this @suzuki-shunsuke ?
Sorry but I forget the status of this issue. Probably I kept this pull request draft due to any problem, but I can't remember it.
This pull request 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 pull request to be closed, please set the label pinned.