add docs using tfplugindocs

This commit is contained in:
Malar Invention
2022-04-03 09:35:58 +05:30
parent 6879c07e9f
commit b435a7042b
3 changed files with 174 additions and 43 deletions

5
tools/tools.go Normal file
View File

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