added goreleaser, terraform docs

This commit is contained in:
kjubybot
2021-12-29 14:58:42 +03:00
parent 5db588e5dc
commit 3164793f69
17 changed files with 784 additions and 22 deletions

8
tools/tools.go Normal file
View File

@@ -0,0 +1,8 @@
// +build tools
package tools
import (
// document generation
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
)