Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.18 KB

Private Registry

Terraform provides a public registry, where you can share and reuse your terraform modules or providers, but sometimes you need to define a Terraform module that can be accessed only within your organization.

Terrakube provides a private registry that works similarly to the public Terraform Registry and helps you share Terraform providers and Terraform modules privately across your organization. You can use any of the main VCS providers to maintain your terraform module code.

{% hint style="info" %} At the moment the Terrakube UI only supports publish private modules, but you can publish providers using the Terrakube API {% endhint %}

In this section:

{% content-ref url="publishing-private-modules.md" %} publishing-private-modules.md {% endcontent-ref %}

{% content-ref url="using-private-modules.md" %} using-private-modules.md {% endcontent-ref %}