databricks-cli/bundle/deploy/terraform
Pieter Noordhuis 489d6fa1b8
Replace direct calls with `bundle.Apply` (#990)
## Changes

Some test call sites called directly into the mutator's `Apply` function
instead of `bundle.Apply`. Calling into `bundle.Apply` is preferred
because that's where we can run pre/post logic common across all
mutators.

## Tests

Pass.
2023-11-15 14:19:18 +00:00
..
apply.go Make bundle deploy work if no resources are defined (#767) 2023-09-13 22:50:37 +00:00
convert.go Fix metadata computation for empty bundle (#939) 2023-11-02 11:00:30 +00:00
convert_test.go Support Unity Catalog Registered Models in bundles (#846) 2023-10-16 15:32:49 +00:00
destroy.go Use custom prompter for bundle template inputs (#663) 2023-08-15 14:50:20 +00:00
dir.go Consolidate environment variable interaction (#747) 2023-09-11 08:18:43 +00:00
init.go Consolidate environment variable interaction (#747) 2023-09-11 08:18:43 +00:00
init_test.go Replace direct calls with `bundle.Apply` (#990) 2023-11-15 14:19:18 +00:00
interpolate.go Support Unity Catalog Registered Models in bundles (#846) 2023-10-16 15:32:49 +00:00
load.go Fix metadata computation for empty bundle (#939) 2023-11-02 11:00:30 +00:00
load_test.go Fix metadata computation for empty bundle (#939) 2023-11-02 11:00:30 +00:00
pkg.go Add mutators to pull and push Terraform state (#288) 2023-03-30 12:01:09 +02:00
plan.go Consolidate environment variable interaction (#747) 2023-09-11 08:18:43 +00:00
state_pull.go Consolidate environment variable interaction (#747) 2023-09-11 08:18:43 +00:00
state_push.go Consolidate environment variable interaction (#747) 2023-09-11 08:18:43 +00:00
util.go Do not truncate local state file when pulling remote changes (#382) 2023-05-16 17:02:33 +02:00
util_test.go Do not truncate local state file when pulling remote changes (#382) 2023-05-16 17:02:33 +02:00
write.go Make bundle deploy work if no resources are defined (#767) 2023-09-13 22:50:37 +00:00