terraform-provider-azapi/tools/tools.go

12 строки
235 B
Go

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//go:build tools
package tools
import (
// Documentation generation
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
)