nebula/db/outputs.tf

5 lines
73 B
Terraform
Raw Normal View History

output "postgres-network-id" {
2021-03-20 07:39:19 +00:00
value = docker_network.postgres.name
}
2021-03-20 07:39:19 +00:00