
* add copywrite config * add note to copywrite HCL file * [COMPLIANCE] Add copyright and license headers * Update .copywrite.hcl Co-authored-by: Brian Flad <bflad417@gmail.com> * Update .copywrite.hcl Co-authored-by: Brian Flad <bflad417@gmail.com> * Update .copywrite.hcl Co-authored-by: Brian Flad <bflad417@gmail.com> --------- Co-authored-by: Brian Flad <bflad417@gmail.com>
12 lines
208 B
Go
12 lines
208 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
// Documentation generation
|
|
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
|
)
|