terraform-plugin-docs
terraform-plugin-docs copied to clipboard
Generate and validate Terraform plugin/provider documentation.
Closes #13
Today we document that it's possible to provide templates instead of the auto-generated ones, but we don't provide: - A documentation showing how those templates look like - Don't mention...
One way to do this could be: 1. Generate docs against a set of repos 2. Compare generated files with fixtures 3. Fail PR tests in case of mismatch These...
Whenever I attempt to run `tfplugindocs generate` it assumes that my provider is under the hashicorp registry. Is there a way to pass in your own registry and provider instead...
Hi, per the [docs](https://www.terraform.io/registry/providers/docs#subcategories), subcategories can be used to add some structure to the docs. The default template defaults to `""`, which I could then manually adjust. The problem with...
Hello, When running tfplugindocs inside my terraform plugin I have this error: ``` tfplugindocs.exe generate rendering website for provider "terraform_ccc_provider" exporting schema from Terraform compiling provider "terraform_ccc_provider" using Terraform CLI...
Whether on the desktop or in the workflow setup by the Terraform Plugin Framework template, the following error occurs when generating docs (this from the workflow template): ``` go generate...
I get the error `Error executing command: unable to generate website: configuration is invalid` when running `go generate` on my provider. I have the following structure in the `examples` folder...
Hello! This PR has quite a few error related improvements, as well as fixes recommended from golangci-lint. If you'd like me to move the lint related fixes into another PR,...