Initial commit

This commit is contained in:
Prophet731
2023-08-19 20:55:01 -04:00
committed by GitHub
commit 5d5621266f
31 changed files with 1697 additions and 0 deletions

11
tools/tools.go Normal file
View File

@@ -0,0 +1,11 @@
// 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"
)