Add postgresql host and port to output

This commit is contained in:
Tobias Reisinger 2025-10-19 18:16:05 +02:00
parent 395f556f4a
commit 7ac0d86404
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 12 additions and 2 deletions

View file

@ -163,6 +163,9 @@ module "services" {
minio_server = var.minio_server
postgresql_host = var.postgresql_host
postgresql_port = var.postgresql_port
services = var.services
}