tools.go 208 B

1234567891011
  1. // Copyright (c) HashiCorp, Inc.
  2. // SPDX-License-Identifier: MPL-2.0
  3. //go:build tools
  4. package tools
  5. import (
  6. // Documentation generation
  7. _ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
  8. )