1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-provider-melange synced 2026-07-16 12:22:01 +00:00
terraform-provider-melange/tools/tools.go
2023-09-30 05:54:09 -04:00

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"
)