Terraform registry - possible to soften the requirement on GitHub repository naming?

Hi,

We’re looking to publish a module in the public registry. Is there any way to soften/work around the requirements on the naming convention on the GitHub repository that stores it?

In the ideal case, it would just be <org>/<module-name>, but also could be something like <org>/<module-name>-<provider>-terraform

Essentially in our org where we have a project that requires several GitHub repositories, we usually have their names formatted like:

<org>/<project-name>-<component-if-there-is-one>

So when ordered alphabetically, it’s pretty clear which projects are related, and who’s responsible for them, because projects usually align with teams.

Thanks,

Michal