terraform/website/docs/providers/index.html.markdown

18 lines
619 B
Markdown
Raw Normal View History

2014-07-23 20:50:41 +02:00
---
layout: "language"
page_title: "Provider Documentation"
2014-07-23 20:50:41 +02:00
sidebar_current: "docs-providers"
2014-10-22 05:21:56 +02:00
description: |-
2021-07-09 17:30:13 +02:00
Pointers to documentation for Terraform provider plugins, including the Terraform Registry.
2014-07-23 20:50:41 +02:00
---
# Provider Documentation
## Find Provider Docs
2021-07-09 23:24:21 +02:00
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).