nebula/db/outputs.tf

5 lines
73 B
HCL

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