feat(provider): add provider configuration
This commit is contained in:
commit
95834c9ad9
20 changed files with 1167 additions and 0 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