mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-12 07:13:28 -05:00
3 lines
87 B
Terraform
3 lines
87 B
Terraform
|
|
data "docker_plugin" "sample-volume-plugin" {
|
||
|
|
alias = "sample-volume-plugin:latest"
|
||
|
|
}
|