
Most of the content is inspired by existing content in https://github.com/hashicorp/terraform-provider-scaffolding.
9 lines
138 B
Go
9 lines
138 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
// Documentation generation
|
|
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
|
)
|