databricks-cli/bundle/deploy
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
..
files Tune output of bundle deploy command (#1047) 2023-12-21 08:00:37 +00:00
lock Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
metadata Use allowlist for Git-related fields to include in metadata (#1187) 2024-02-08 12:23:14 +00:00
terraform Use `any` as type for data sources and resources in `tf/schema` (#1216) 2024-02-16 12:46:24 +00:00
check_running_resources.go Added warning when trying to deploy bundle with `--fail-if-running` and running resources (#1163) 2024-02-07 11:17:17 +00:00
check_running_resources_test.go Added warning when trying to deploy bundle with `--fail-if-running` and running resources (#1163) 2024-02-07 11:17:17 +00:00