Prepared everything for the first release
This commit is contained in:
parent
6844355a92
commit
18ae275c5b
23 changed files with 857 additions and 4 deletions
8
tools/tools.go
Normal file
8
tools/tools.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
//go:build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
// Documentation generation
|
||||
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue