Terraform monorepo documentation

Wonder if somebody solved similar problem.

Having ~200 modules needed to enable developers (not devops) to search and find best fitted module.

Initial idea is to upload all the readme’s under module confluence page and place AI on top to improve query.

                                      Confluence \
Repo:                               - ModulesInventoryPage \
 - module1\                            - module1
    README.me                       - ...
- ...

The choice stopped on terraform-docs to maintain documentation in BitBucket and md2conf to sync with Confluence.
But at first sight at least there might be some incompatibility between format generated by terraform-docs and expected by md2conf.

Just curious if somebody was solving a similar problem, and how.