nebula/db/volumes.tf
2022-01-08 22:19:38 +05:30

4 lines
58 B
HCL

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