nebula/db/volumes.tf

5 lines
75 B
Terraform
Raw Normal View History

resource "docker_volume" "postgres_volume" {
name = "postgres_volume"
}