terraform-provider-eventline/tools/tools.go

9 lines
138 B
Go
Raw Permalink Normal View History

//go:build tools
package tools
import (
// Documentation generation
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
)