terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Add codegen template for tfsdk struct
Changes
Added a codegen template for for generating structs similar to go-sdk. But has the following changes.
- The type of each primitive type is tf types.
- ForceSendFields are not present.
- The tfsdk tags has the aliased names
Tests
- [ ]
make testrun locally - [ ] relevant change in
docs/folder - [ ] covered with integration tests in
internal/acceptance - [ ] relevant acceptance tests are passing
- [ ] using Go SDK