variable "postgres" { description = "postgres configuration" sensitive = true type = object({ user = optional(string, "postgres") secret = string db = optional(string, "postgres") }) }