Terraform Module Publish with Custom Tags

Hi Team,

We are publishing Terraform Modules through API’s with CI / CD pipelines, So Can we publish terraform modules to private module registry with custom Tags ? Example: Once Module is Published, we do see version Tag in terraform UI module page which we can customize the Value for Version Tag, same like that I want to publish module with additional Custom Tags. Is it possible to publish module with custom tags ?

or

Before Module Publish, By Using TerraDocs I am thinking to generate Readme file by passing custom tags in it and publish module with generated readme file. So, that atleast I can view my content with custom tags under readme section in Module UI Page. But I want to pass custom Tags Dynamically to Readme file. Any Suggestions on this ?