databricks-cli/bundle/internal/tf/codegen/templates
Pieter Noordhuis 788ec81785
Use `any` as type for data sources and resources in `tf/schema` (#1216)
## Changes

We plan to use the any-equivalent of a `dyn.Value` such that we can use
variable references for non-string fields (e.g.
`${databricks_job.some_job.id}` where an integer is expected), as well
as properly emit zero values for primitive types (e.g. 0 for integers or
false for booleans).

This change is in preparation for the above.

## Tests

Unit tests.
2024-02-16 12:46:24 +00:00
..
block.go.tmpl Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
data_sources.go.tmpl Use `any` as type for data sources and resources in `tf/schema` (#1216) 2024-02-16 12:46:24 +00:00
resources.go.tmpl Use `any` as type for data sources and resources in `tf/schema` (#1216) 2024-02-16 12:46:24 +00:00
root.go.tmpl Bump Terraform provider to v1.29.0 (#926) 2023-10-27 09:16:41 +00:00