Add postgresql host and port to output
This commit is contained in:
parent
395f556f4a
commit
7ac0d86404
3 changed files with 12 additions and 2 deletions
3
main.tf
3
main.tf
|
|
@ -163,6 +163,9 @@ module "services" {
|
|||
|
||||
minio_server = var.minio_server
|
||||
|
||||
postgresql_host = var.postgresql_host
|
||||
postgresql_port = var.postgresql_port
|
||||
|
||||
services = var.services
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue