Skip to content

Commit 5112b56

Browse files
committed
chore: incorporated tfplugindocs into tools
1 parent c73d67e commit 5112b56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/tools.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//go:build tools
2+
// +build tools
3+
4+
package tools
5+
6+
import (
7+
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
8+
)

0 commit comments

Comments
 (0)