Skip to content

Commit

Permalink
Add tfplugindocs as go-generate tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliksas committed Nov 9, 2022
1 parent 086971f commit 7eb620d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
)

// Generate the Terraform provider documentation using `tfplugindocs`:
//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs

func main() {
var debugMode bool

Expand Down

0 comments on commit 7eb620d

Please sign in to comment.