mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-23 12:07:50 +00:00
* chore: pre-publish tidy * fixup! chore: pre-publish tidy * update tf test matrix * update envbuilder and kaniko fork to latest versions
8 lines
138 B
Go
8 lines
138 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
// Documentation generation
|
|
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
|
|
)
|