Verify and validate your Terraform modules in the UI
Release notes
Did you know that nearly 1/3 of GitLab.com workspaces contain a Terraform module? That's why we are committed to adding support for publishing and sharing Terraform modules to the GitLab Package Registry. This new user interface will allow you to quickly find and validate the module you are looking for. Simply navigate to Packages & Registries->Infrastructure Registry and you can see all of your projects' modules, including the branch/commit and build data (when relevant).
Problem to solve
When you are using the GitLab Package Registry, you need to be able to discover and view items in the application so that you can either validate that you are using the correct version or troubleshoot when something is wrong. However, the current MVC of the Terraform registry does not include a front end. This could make discovering and sharing modules difficult.
Proposal
Create a new sub-nav under Packages & Registries called Infrastructure Registry
and add support for viewing a projects' modules in one place.