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

@ -4,6 +4,11 @@ variable "authentik_url" {}
variable "minio_server" {}
variable "postgresql_host" {}
variable "postgresql_port" {}
variable "services" {
type = map(object({
host = string