Skip to content

Commit 08a697a

Browse files
committed
Try again with doc creation
1 parent 9a8ad15 commit 08a697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
66
"github.com/petoju/terraform-provider-mysql/v3/mysql"
77
// Added to ensure we have tfplugindocs available in go.mod
8-
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
8+
_ "github.com/hashicorp/terraform-plugin-docs"
99
)
1010

1111
func main() {

0 commit comments

Comments
 (0)