Use Deploy tokens with the Terraform registry
### Context
You can use the GitLab Terraform Registry to publish, share, and download Terraform modules. You publish modules to your project and (currently) install from the group.
### Problem to solve
The problem is that you have to manage permissions between the project and the group. There may be instances where you want to avoid using user credentials.
### Proposal
Allow Terraform modules to be published and downloaded using a project or group deploy token. This can help Admin at large organizations to better manage permissions for the Terraform registry.
issue