databricks-cli/bundle/internal/tf/codegen
Pieter Noordhuis 6c93c96bd1
Update deps for internal-only tree (#214)
Fixes dependabot warnings.
2023-02-20 14:30:42 +01:00
..
generator Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
schema Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
templates Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
.gitignore Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
README.md Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
go.mod Update deps for internal-only tree (#214) 2023-02-20 14:30:42 +01:00
go.sum Update deps for internal-only tree (#214) 2023-02-20 14:30:42 +01:00
main.go Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00

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 .