terraform-plugin-docs icon indicating copy to clipboard operation
terraform-plugin-docs copied to clipboard

Generate and validate Terraform plugin/provider documentation.

Results 74 terraform-plugin-docs issues
Sort by recently updated
recently updated
newest added

## Current behavior Given the schema entry with the surrounding type is and all attributes are `Computed: true,`: ```go "network_data": { Type: schema.TypeList, Description: "The data of the networks the...

## Background I have created some terraform provider, and it is need to create document so using this and modify but I have a hard time reproducing default. I have...

There are two issues: 1. A `Description` field set on the parent Schema isn't displayed any where. 2. In _some_ cases a nested Schema type(s) will not have its `Description`...

bug
upstream/schema

## Current behavior Given the schema entry: ```go "rm": { Type: schema.TypeBool, Description: "If true, then the container will be automatically removed after his execution.", Default: false, Optional: true, },...

When ForceNew is enabled on a field, the documentation should note the behavior. While the description could include these details, the behavior behind `ForceNew: true` is generally consistent throughout providers...

Hello 👋🏻 I'm opening this more for a general discussion regarding the use of `DefaultFunc` with a required field. I've noticed that when adding `DefaultFunc` to an otherwise required field...

hi! Is there any way to self host provider docs? We wrote some providers that are internal to our company. We would like to generate docs for them using `tfplugindocs`....

Unfortunately in 2.x [russross/blackfriday](https://github.com/russross/blackfriday) breaks compatibility, so we had to prevent Dependabot from [just bumping it up](https://github.com/hashicorp/terraform-plugin-docs/pull/104). This library is the markdown processor used by this project. Despite this, we...

help wanted
dependencies
go

Pass tags along to build.

Ability to run something like `tfplugindocs serve` to browse the site locally.

enhancement