mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-26 05:27:49 +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"
|
|
)
|