github.com/kcburge/terraform@v0.11.12-beta1/website/docs/registry/index.html.md (about) 1 --- 2 layout: "registry" 3 page_title: "Terraform Registry" 4 sidebar_current: "docs-registry-home" 5 description: |- 6 The Terraform Registry is a repository of modules written by the Terraform community. 7 --- 8 9 # Terraform Registry 10 11 The [Terraform Registry](https://registry.terraform.io) is a repository 12 of modules written by the Terraform community. The registry can 13 help you get started with Terraform more quickly, see examples of how 14 Terraform is written, and find pre-made modules for infrastructure components 15 you require. 16 17 The Terraform Registry is integrated directly into Terraform to make 18 consuming modules easy. See [the usage information](/docs/registry/modules/use.html#using-modules). 19 20 You can also publish your own modules on the Terraform Registry. You may 21 use the [public registry](https://registry.terraform.io) for public modules. 22 For private modules, you can use a [Private Registry](/docs/registry/private.html), 23 or [reference repositories and other sources directly](/docs/modules/sources.html). 24 Some features are available only for registry modules, such as versioning 25 and documentation generation. 26 27 Use the navigation to the left to learn more about using the registry.