summaryrefslogtreecommitdiff
path: root/tools/tools.go
blob: 2c4f8fbaa480561f940e685f01ec7a68202e64ee (plain)
1
2
3
4
5
6
7
8
//go:build tools

package tools

import (
	// Documentation generation
	_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
)