nebula/db/volumes.tf

4 lines
58 B
HCL

resource "docker_volume" "pg_data" {
name = "pg_data"
}