terraform-provider-envbuilder/tools/tools.go
Mathias Fredriksson 76d8aa974e
Initial commit
2024-07-18 14:43:45 +03: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"
)