mirror of https://github.com/databricks/cli.git
b940c8631e
## Changes Regenerate structs for Terraform provider v1.28.0 ([release](https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.28.0)). ## Tests n/a |
||
---|---|---|
.. | ||
generator | ||
schema | ||
templates | ||
.gitignore | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Use this tool to generate equivalent Go types from Terraform provider schema.
Usage
The entry point for this tool is .
.
It uses ./tmp
a temporary data directory and ../schema
as output directory.
It automatically installs the Terraform binary as well as the Databricks Terraform provider.
Run with:
go run .