added goreleaser, terraform docs
This commit is contained in:
8
tools/tools.go
Normal file
8
tools/tools.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
// document generation
|
||||
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
||||
)
|
||||
Reference in New Issue
Block a user