mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-21 15:20:02 -05:00
3 lines
69 B
Terraform
3 lines
69 B
Terraform
|
|
resource "docker_volume" "shared_volume" {
|
||
|
|
name = "shared_volume"
|
||
|
|
}
|