terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Add codegen template for tfsdk struct

Open parthban-db opened this issue 1 year ago • 0 comments

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 test run locally
  • [ ] relevant change in docs/ folder
  • [ ] covered with integration tests in internal/acceptance
  • [ ] relevant acceptance tests are passing
  • [ ] using Go SDK

parthban-db avatar Jun 27 '24 11:06 parthban-db