nebula/db/outputs.tf

4 lines
77 B
Terraform
Raw Normal View History

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