MatthewJohn / terrareg

Open source Terraform module registry with UI, optional Git integration and deep analysis
https://gitlab.dockstudios.co.uk/pub/terrareg
GNU General Public License v3.0
268 stars 20 forks source link

Bug: Namespaces incorrectly showing as empty #39

Closed bmaximuml closed 6 months ago

bmaximuml commented 6 months ago

I have some modules defined in a namespace where both the namespace and the modules are defined using the terraform provider. This namespace is hidden in the list of namespaces in the gui, and only shows up when I click on the Show empty namespaces button. Clicking on the namespace does then show a list of modules.

MatthewJohn commented 6 months ago

Hey @bmaximuml ,

As far as I know, this should happen until the provider has a version indexed, at which point, the module will be available in search results (though wasn't 100% aware it hid it from main namespace list). If you index a version of the module, does it work as expected afterwards?

Matt

bmaximuml commented 6 months ago

It works!

Thanks @MatthewJohn

MatthewJohn commented 6 months ago

Created gitlab issue: https://gitlab.dockstudios.co.uk/pub/terrareg/-/issues/510 gitlab-issue-id:510