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
|
|
@ -4,6 +4,11 @@ variable "authentik_url" {}
|
|||
|
||||
variable "minio_server" {}
|
||||
|
||||
variable "postgresql_host" {}
|
||||
|
||||
variable "postgresql_port" {}
|
||||
|
||||
|
||||
variable "services" {
|
||||
type = map(object({
|
||||
host = string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue