databricks-cli/bundle/internal/tf/codegen
Pieter Noordhuis 61cf4fbe8d
Propagate Terraform provider version into generated config (#874)
## Changes

The preparations for this change were in place (see #713) but it wasn't
actually used.

## Tests

n/a
2023-10-16 15:27:46 +00:00
..
generator Update Terraform provider schema structs from 1.23.0 (#713) 2023-08-30 13:58:28 +00:00
schema Bump Terraform provider to v1.28.0 (#871) 2023-10-16 12:52:16 +00:00
templates Propagate Terraform provider version into generated config (#874) 2023-10-16 15:27:46 +00:00
.gitignore Regenerate bundle resource structs from latest terraform provider (#633) 2023-08-03 11:20:30 +00:00
README.md Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
go.mod Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
go.sum Update deps for internal-only tree (#214) 2023-02-20 14:30:42 +01:00
main.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02: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 .