databricks-cli/bundle/internal/tf/codegen
Pieter Noordhuis 98ebb78c9b
Rename bricks -> databricks (#389)
## Changes

Rename all instances of "bricks" to "databricks".

## Tests

* Confirmed the goreleaser build works, uses the correct new binary
name, and produces the right archives.
* Help output is confirmed to be correct.
* Output of `git grep -w bricks` is minimal with a couple changes
remaining for after the repository rename.
2023-05-16 18:35:39 +02: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 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 .