nebula/db/outputs.tf

4 lines
77 B
HCL

output "postgres-network-id" {
value = "${docker_network.postgres.name}"
}