diff options
Diffstat (limited to 'tools/tools.go')
-rw-r--r-- | tools/tools.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/tools.go b/tools/tools.go new file mode 100644 index 0000000..2c4f8fb --- /dev/null +++ b/tools/tools.go @@ -0,0 +1,8 @@ +//go:build tools + +package tools + +import ( + // Documentation generation + _ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs" +) |