18 lines
619 B
Markdown
18 lines
619 B
Markdown
---
|
|
layout: "language"
|
|
page_title: "Provider Documentation"
|
|
sidebar_current: "docs-providers"
|
|
description: |-
|
|
Pointers to documentation for Terraform provider plugins, including the Terraform Registry.
|
|
---
|
|
|
|
# Provider Documentation
|
|
|
|
## Find Provider Docs
|
|
Every Terraform provider has its own documentation on the [Terraform Registry](https://registry.terraform.io/browse/providers) that describes its resource types and their arguments.
|
|
|
|
## Write Provider Docs
|
|
Learn more about writing, generating, and rendering provider documentation
|
|
in the [provider publishing documentation](/docs/registry/providers/docs.html).
|
|
|