mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-16 12:22:01 +00:00
11 lines
208 B
Go
11 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"
|
|
)
|