mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-25 00:59:49 -05:00
4 lines
82 B
Terraform
4 lines
82 B
Terraform
|
|
data "docker_plugin" "test" {
|
||
|
|
alias = "tiborvass/sample-volume-plugin:latest"
|
||
|
|
}
|