nebula/db/volumes.tf

4 lines
74 B
Terraform
Raw Normal View History

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