From 18ae275c5b071ed9e4cd1d407c08a7b8c1f526e3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 19 Jun 2023 00:05:58 +0200 Subject: Prepared everything for the first release --- tools/tools.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/tools.go (limited to 'tools/tools.go') 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" +) -- cgit v1.2.3